Html Css Color HEX #D03074 Deep Cerise

📋 copy color: '#D03074'

red 208 ◦ green 48 ◦ blue 116

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

Shades of Deep Cerise #D03074

Tints of Deep Cerise #D03074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.18%

R = 55.91%
G = 12.9%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D03074 (or 0xD03074) is known color: Deep Cerise. HEX triplet: D0, 30 and 74. RGB value is (208,48,116). Sum of RGB (Red+Green+Blue) = 208+48+116=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D03074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03074 is #2FCF8B. Grayscale: #676767. Windows color (decimal): -3133324 or 7614672. OLE color: 7614672.

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

Color convert

RGB 208 48 116 -
CMYK 0 0.77 0.44 0.18
HSL 334.5º 0.63% 0.5% -
HSV(B) 334.5º 0.77% 0.82% -
XYZ 30.22 16.78 18.17 -
YUV 103.59 135.01 202.47 -
System Red Green Blue C M Y K H S L
Decimal 208 48 116 0 0.77 0.44 0.18 334.5 0.63 0.5
Hex D0 30 74 0 4D 2C 12 14E 3F 32
Octal 320 60 164 0 115 54 22 516 77 62
Binary 11010000 110000 1110100 0 1001101 101100 10010 101001110 111111 110010

Color Harmonies of #D03074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03074

Black with #D03074

Text Example


Text Example

White with #D03074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03074; }

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

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

background-color css

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

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

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

border-color css

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

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

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