Html Css Color HEX #D02AAA Deep Cerise

📋 copy color: '#D02AAA'

red 208 ◦ green 42 ◦ blue 170

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

Shades of Deep Cerise #D02AAA

Tints of Deep Cerise #D02AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10%

 BLUE value IS 170 (66.8% from 255) = 40.48%

R = 49.52%
G = 10%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D02AAA (or 0xD02AAA) is known color: Deep Cerise. HEX triplet: D0, 2A and AA. RGB value is (208,42,170). Sum of RGB (Red+Green+Blue) = 208+42+170=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D02AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02AAA is #2FD555. Grayscale: #696969. Windows color (decimal): -3134806 or 11152080. OLE color: 11152080.

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

Color convert

RGB 208 42 170 -
CMYK 0 0.80 0.18 0.18
HSL 313.73º 0.66% 0.49% -
HSV(B) 313.73º 0.8% 0.82% -
XYZ 34.1 17.97 39.7 -
YUV 106.23 164 200.59 -
System Red Green Blue C M Y K H S L
Decimal 208 42 170 0 0.80 0.18 0.18 313.73 0.66 0.49
Hex D0 2A AA 0 50 12 12 13A 42 31
Octal 320 52 252 0 120 22 22 472 102 61
Binary 11010000 101010 10101010 0 1010000 10010 10010 100111010 1000010 110001

Color Harmonies of #D02AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02AAA

Black with #D02AAA

Text Example


Text Example

White with #D02AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02AAA; }

 p { color: rgb(208,42,170); }

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

background-color css

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

 a { background-color: rgb(208,42,170); }

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

border-color css

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

 span { border-color: rgb(208,42,170); }

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