Html Css Color HEX #D02C79 Deep Cerise

📋 copy color: '#D02C79'

red 208 ◦ green 44 ◦ blue 121

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

Shades of Deep Cerise #D02C79

Tints of Deep Cerise #D02C79

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.8%

 BLUE value IS 121 (47.66% from 255) = 32.44%

R = 55.76%
G = 11.8%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D02C79 (or 0xD02C79) is known color: Deep Cerise. HEX triplet: D0, 2C and 79. RGB value is (208,44,121). Sum of RGB (Red+Green+Blue) = 208+44+121=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02C79 is #2FD386. Grayscale: #656565. Windows color (decimal): -3134343 or 7941328. OLE color: 7941328.

HSL color Cylindrical-coordinate representation of color #D02C79: hue angle of 331.83º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02C79 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 44 121 -
CMYK 0 0.79 0.42 0.18
HSL 331.83º 0.65% 0.49% -
HSV(B) 331.83º 0.79% 0.82% -
XYZ 30.36 16.59 19.69 -
YUV 101.81 138.83 203.74 -
System Red Green Blue C M Y K H S L
Decimal 208 44 121 0 0.79 0.42 0.18 331.83 0.65 0.49
Hex D0 2C 79 0 4F 2A 12 14C 41 31
Octal 320 54 171 0 117 52 22 514 101 61
Binary 11010000 101100 1111001 0 1001111 101010 10010 101001100 1000001 110001

Color Harmonies of #D02C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C79

Black with #D02C79

Text Example


Text Example

White with #D02C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C79; }

 p { color: rgb(208,44,121); }

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

background-color css

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

 a { background-color: rgb(208,44,121); }

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

border-color css

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

 span { border-color: rgb(208,44,121); }

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