Html Css Color HEX #D03078 Deep Cerise

📋 copy color: '#D03078'

red 208 ◦ green 48 ◦ blue 120

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

Shades of Deep Cerise #D03078

Tints of Deep Cerise #D03078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.91%

R = 55.32%
G = 12.77%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D03078 (or 0xD03078) is known color: Deep Cerise. HEX triplet: D0, 30 and 78. RGB value is (208,48,120). Sum of RGB (Red+Green+Blue) = 208+48+120=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D03078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03078 is #2FCF87. Grayscale: #676767. Windows color (decimal): -3133320 or 7876816. OLE color: 7876816.

HSL color Cylindrical-coordinate representation of color #D03078: hue angle of 333º 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 #D03078 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 48 120 -
CMYK 0 0.77 0.42 0.18
HSL 333º 0.63% 0.5% -
HSV(B) 333º 0.77% 0.82% -
XYZ 30.46 16.88 19.42 -
YUV 104.05 137.01 202.15 -
System Red Green Blue C M Y K H S L
Decimal 208 48 120 0 0.77 0.42 0.18 333 0.63 0.5
Hex D0 30 78 0 4D 2A 12 14D 3F 32
Octal 320 60 170 0 115 52 22 515 77 62
Binary 11010000 110000 1111000 0 1001101 101010 10010 101001101 111111 110010

Color Harmonies of #D03078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03078

Black with #D03078

Text Example


Text Example

White with #D03078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03078; }

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

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

background-color css

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

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

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

border-color css

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

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

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