Html Css Color HEX #D03476 Deep Cerise

📋 copy color: '#D03476'

red 208 ◦ green 52 ◦ blue 118

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

Shades of Deep Cerise #D03476

Tints of Deep Cerise #D03476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.76%

 BLUE value IS 118 (46.48% from 255) = 31.22%

R = 55.03%
G = 13.76%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D03476 (or 0xD03476) is known color: Deep Cerise. HEX triplet: D0, 34 and 76. RGB value is (208,52,118). Sum of RGB (Red+Green+Blue) = 208+52+118=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D03476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03476 is #2FCB89. Grayscale: #6A6A6A. Windows color (decimal): -3132298 or 7746768. OLE color: 7746768.

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

Color convert

RGB 208 52 118 -
CMYK 0 0.75 0.43 0.18
HSL 334.62º 0.62% 0.51% -
HSV(B) 334.62º 0.75% 0.82% -
XYZ 30.51 17.17 18.85 -
YUV 106.17 134.68 200.63 -
System Red Green Blue C M Y K H S L
Decimal 208 52 118 0 0.75 0.43 0.18 334.62 0.62 0.51
Hex D0 34 76 0 4B 2B 12 14F 3E 33
Octal 320 64 166 0 113 53 22 517 76 63
Binary 11010000 110100 1110110 0 1001011 101011 10010 101001111 111110 110011

Color Harmonies of #D03476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03476

Black with #D03476

Text Example


Text Example

White with #D03476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03476; }

 p { color: rgb(208,52,118); }

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

background-color css

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

 a { background-color: rgb(208,52,118); }

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

border-color css

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

 span { border-color: rgb(208,52,118); }

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