Html Css Color HEX #D02D73 Deep Cerise

📋 copy color: '#D02D73'

red 208 ◦ green 45 ◦ blue 115

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

Shades of Deep Cerise #D02D73

Tints of Deep Cerise #D02D73

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.23%

 BLUE value IS 115 (45.31% from 255) = 31.25%

R = 56.52%
G = 12.23%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D02D73 (or 0xD02D73) is known color: Deep Cerise. HEX triplet: D0, 2D and 73. RGB value is (208,45,115). Sum of RGB (Red+Green+Blue) = 208+45+115=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02D73 is #2FD28C. Grayscale: #656565. Windows color (decimal): -3134093 or 7548368. OLE color: 7548368.

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

Color convert

RGB 208 45 115 -
CMYK 0 0.78 0.45 0.18
HSL 334.23º 0.64% 0.5% -
HSV(B) 334.23º 0.78% 0.82% -
XYZ 30.05 16.52 17.83 -
YUV 101.72 135.5 203.81 -
System Red Green Blue C M Y K H S L
Decimal 208 45 115 0 0.78 0.45 0.18 334.23 0.64 0.5
Hex D0 2D 73 0 4E 2D 12 14E 40 32
Octal 320 55 163 0 116 55 22 516 100 62
Binary 11010000 101101 1110011 0 1001110 101101 10010 101001110 1000000 110010

Color Harmonies of #D02D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D73

Black with #D02D73

Text Example


Text Example

White with #D02D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D73; }

 p { color: rgb(208,45,115); }

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

background-color css

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

 a { background-color: rgb(208,45,115); }

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

border-color css

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

 span { border-color: rgb(208,45,115); }

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