Html Css Color HEX #D02FAE Deep Cerise

📋 copy color: '#D02FAE'

red 208 ◦ green 47 ◦ blue 174

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

Shades of Deep Cerise #D02FAE

Tints of Deep Cerise #D02FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.96%

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

R = 48.48%
G = 10.96%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D02FAE (or 0xD02FAE) is known color: Deep Cerise. HEX triplet: D0, 2F and AE. RGB value is (208,47,174). Sum of RGB (Red+Green+Blue) = 208+47+174=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D02FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02FAE is #2FD051. Grayscale: #6D6D6D. Windows color (decimal): -3133522 or 11415504. OLE color: 11415504.

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

Color convert

RGB 208 47 174 -
CMYK 0 0.77 0.16 0.18
HSL 312.67º 0.63% 0.5% -
HSV(B) 312.67º 0.77% 0.82% -
XYZ 34.67 18.5 41.79 -
YUV 109.62 164.34 198.17 -
System Red Green Blue C M Y K H S L
Decimal 208 47 174 0 0.77 0.16 0.18 312.67 0.63 0.5
Hex D0 2F AE 0 4D 10 12 139 3F 32
Octal 320 57 256 0 115 20 22 471 77 62
Binary 11010000 101111 10101110 0 1001101 10000 10010 100111001 111111 110010

Color Harmonies of #D02FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02FAE

Black with #D02FAE

Text Example


Text Example

White with #D02FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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