Html Css Color HEX #D02DAE Deep Cerise

📋 copy color: '#D02DAE'

red 208 ◦ green 45 ◦ blue 174

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

Shades of Deep Cerise #D02DAE

Tints of Deep Cerise #D02DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.75%

R = 48.71%
G = 10.54%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D02DAE (or 0xD02DAE) is known color: Deep Cerise. HEX triplet: D0, 2D and AE. RGB value is (208,45,174). Sum of RGB (Red+Green+Blue) = 208+45+174=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D02DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02DAE is #2FD251. Grayscale: #6C6C6C. Windows color (decimal): -3134034 or 11414992. OLE color: 11414992.

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

Color convert

RGB 208 45 174 -
CMYK 0 0.78 0.16 0.18
HSL 312.52º 0.64% 0.5% -
HSV(B) 312.52º 0.78% 0.82% -
XYZ 34.59 18.34 41.76 -
YUV 108.44 165 199.01 -
System Red Green Blue C M Y K H S L
Decimal 208 45 174 0 0.78 0.16 0.18 312.52 0.64 0.5
Hex D0 2D AE 0 4E 10 12 139 40 32
Octal 320 55 256 0 116 20 22 471 100 62
Binary 11010000 101101 10101110 0 1001110 10000 10010 100111001 1000000 110010

Color Harmonies of #D02DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02DAE

Black with #D02DAE

Text Example


Text Example

White with #D02DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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