Html Css Color HEX #D03077 Deep Cerise

📋 copy color: '#D03077'

red 208 ◦ green 48 ◦ blue 119

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

Shades of Deep Cerise #D03077

Tints of Deep Cerise #D03077

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.8%

 BLUE value IS 119 (46.88% from 255) = 31.73%

R = 55.47%
G = 12.8%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D03077 (or 0xD03077) is known color: Deep Cerise. HEX triplet: D0, 30 and 77. RGB value is (208,48,119). Sum of RGB (Red+Green+Blue) = 208+48+119=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D03077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03077 is #2FCF88. Grayscale: #676767. Windows color (decimal): -3133321 or 7811280. OLE color: 7811280.

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

Color convert

RGB 208 48 119 -
CMYK 0 0.77 0.43 0.18
HSL 333.38º 0.63% 0.5% -
HSV(B) 333.38º 0.77% 0.82% -
XYZ 30.4 16.86 19.1 -
YUV 103.93 136.51 202.23 -
System Red Green Blue C M Y K H S L
Decimal 208 48 119 0 0.77 0.43 0.18 333.38 0.63 0.5
Hex D0 30 77 0 4D 2B 12 14D 3F 32
Octal 320 60 167 0 115 53 22 515 77 62
Binary 11010000 110000 1110111 0 1001101 101011 10010 101001101 111111 110010

Color Harmonies of #D03077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03077

Black with #D03077

Text Example


Text Example

White with #D03077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03077; }

 p { color: rgb(208,48,119); }

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

background-color css

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

 a { background-color: rgb(208,48,119); }

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

border-color css

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

 span { border-color: rgb(208,48,119); }

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