Html Css Color HEX #D03376 Deep Cerise

📋 copy color: '#D03376'

red 208 ◦ green 51 ◦ blue 118

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

Shades of Deep Cerise #D03376

Tints of Deep Cerise #D03376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.53%

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

R = 55.17%
G = 13.53%
B = 31.3%

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

#D03376 (or 0xD03376) is known color: Deep Cerise. HEX triplet: D0, 33 and 76. RGB value is (208,51,118). Sum of RGB (Red+Green+Blue) = 208+51+118=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D03376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03376 is #2FCC89. Grayscale: #696969. Windows color (decimal): -3132554 or 7746512. OLE color: 7746512.

HSL color Cylindrical-coordinate representation of color #D03376: hue angle of 334.39º degrees, saturation: 0.63, 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 #D03376 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 51 118 -
CMYK 0 0.75 0.43 0.18
HSL 334.39º 0.63% 0.51% -
HSV(B) 334.39º 0.75% 0.82% -
XYZ 30.47 17.09 18.83 -
YUV 105.58 135.01 201.05 -
System Red Green Blue C M Y K H S L
Decimal 208 51 118 0 0.75 0.43 0.18 334.39 0.63 0.51
Hex D0 33 76 0 4B 2B 12 14E 3F 33
Octal 320 63 166 0 113 53 22 516 77 63
Binary 11010000 110011 1110110 0 1001011 101011 10010 101001110 111111 110011

Color Harmonies of #D03376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03376

Black with #D03376

Text Example


Text Example

White with #D03376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03376; }

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

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

background-color css

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

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

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

border-color css

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

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

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