Html Css Color HEX #DA3296 Deep Cerise

📋 copy color: '#DA3296'

red 218 ◦ green 50 ◦ blue 150

#DA3296
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #DA3296

Tints of Deep Cerise #DA3296

RGB

 RED value IS 218 (85.55% from 255) = 52.15%

 GREEN value IS 50 (19.92% from 255) = 11.96%

 BLUE value IS 150 (58.98% from 255) = 35.89%

R = 52.15%
G = 11.96%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA3296 (or 0xDA3296) is known color: Deep Cerise. HEX triplet: DA, 32 and 96. RGB value is (218,50,150). Sum of RGB (Red+Green+Blue) = 218+50+150=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3296 is #25CD69. Grayscale: #6F6F6F. Windows color (decimal): -2477418 or 9843418. OLE color: 9843418.

HSL color Cylindrical-coordinate representation of color #DA3296: hue angle of 324.29º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3296 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 50 150 -
CMYK 0 0.77 0.31 0.15
HSL 324.29º 0.69% 0.53% -
HSV(B) 324.29º 0.77% 0.85% -
XYZ 35.56 19.39 30.72 -
YUV 111.63 149.66 203.87 -
System Red Green Blue C M Y K H S L
Decimal 218 50 150 0 0.77 0.31 0.15 324.29 0.69 0.53
Hex DA 32 96 0 4D 1F F 144 45 35
Octal 332 62 226 0 115 37 17 504 105 65
Binary 11011010 110010 10010110 0 1001101 11111 1111 101000100 1000101 110101

Color Harmonies of #DA3296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3296

Black with #DA3296

Text Example


Text Example

White with #DA3296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3296; }

 p { color: rgb(218,50,150); }

 H1.HeaderClassName
 {
   color: #DA3296;
 }
 .AnyTagClassName
 {
   color: #DA3296;
 }
</style>

background-color css

<style>
 a { background-color: #DA3296; }

 a { background-color: rgb(218,50,150); }

 div.DivClassName
 {
   background-color: #DA3296;
 }
 .BgClassName
 {
   background-color: #DA3296;
 }
</style>

border-color css

<style>
 span { border-color: #DA3296; }

 span { border-color: rgb(218,50,150); }

 td.TdClassName
 {
   border-color: #DA3296;
 }
 .TagClassName
 {
   border-color: #DA3296;
 }
</style>