Html Css Color HEX #D02D8E Deep Cerise

📋 copy color: '#D02D8E'

red 208 ◦ green 45 ◦ blue 142

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

Shades of Deep Cerise #D02D8E

Tints of Deep Cerise #D02D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.95%

R = 52.66%
G = 11.39%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D02D8E (or 0xD02D8E) is known color: Deep Cerise. HEX triplet: D0, 2D and 8E. RGB value is (208,45,142). Sum of RGB (Red+Green+Blue) = 208+45+142=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02D8E is #2FD271. Grayscale: #686868. Windows color (decimal): -3134066 or 9317840. OLE color: 9317840.

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

Color convert

RGB 208 45 142 -
CMYK 0 0.78 0.32 0.18
HSL 324.29º 0.64% 0.5% -
HSV(B) 324.29º 0.78% 0.82% -
XYZ 31.83 17.24 27.24 -
YUV 104.8 149 201.61 -
System Red Green Blue C M Y K H S L
Decimal 208 45 142 0 0.78 0.32 0.18 324.29 0.64 0.5
Hex D0 2D 8E 0 4E 20 12 144 40 32
Octal 320 55 216 0 116 40 22 504 100 62
Binary 11010000 101101 10001110 0 1001110 100000 10010 101000100 1000000 110010

Color Harmonies of #D02D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D8E

Black with #D02D8E

Text Example


Text Example

White with #D02D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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