Html Css Color HEX #D03296 Deep Cerise

📋 copy color: '#D03296'

red 208 ◦ green 50 ◦ blue 150

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

Shades of Deep Cerise #D03296

Tints of Deep Cerise #D03296

RGB

 RED value IS 208 (81.64% from 255) = 50.98%

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

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

R = 50.98%
G = 12.25%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D03296 (or 0xD03296) is known color: Deep Cerise. HEX triplet: D0, 32 and 96. RGB value is (208,50,150). Sum of RGB (Red+Green+Blue) = 208+50+150=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D03296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03296 is #2FCD69. Grayscale: #6C6C6C. Windows color (decimal): -3132778 or 9843408. OLE color: 9843408.

HSL color Cylindrical-coordinate representation of color #D03296: hue angle of 322.03º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03296 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 50 150 -
CMYK 0 0.76 0.28 0.18
HSL 322.03º 0.63% 0.51% -
HSV(B) 322.03º 0.76% 0.82% -
XYZ 32.66 17.89 30.59 -
YUV 108.64 151.35 198.87 -
System Red Green Blue C M Y K H S L
Decimal 208 50 150 0 0.76 0.28 0.18 322.03 0.63 0.51
Hex D0 32 96 0 4C 1C 12 142 3F 33
Octal 320 62 226 0 114 34 22 502 77 63
Binary 11010000 110010 10010110 0 1001100 11100 10010 101000010 111111 110011

Color Harmonies of #D03296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03296

Black with #D03296

Text Example


Text Example

White with #D03296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03296; }

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

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

background-color css

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

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

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

border-color css

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

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

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