Html Css Color HEX #D02AAB Deep Cerise

📋 copy color: '#D02AAB'

red 208 ◦ green 42 ◦ blue 171

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

Shades of Deep Cerise #D02AAB

Tints of Deep Cerise #D02AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.62%

R = 49.41%
G = 9.98%
B = 40.62%

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

#D02AAB (or 0xD02AAB) is known color: Deep Cerise. HEX triplet: D0, 2A and AB. RGB value is (208,42,171). Sum of RGB (Red+Green+Blue) = 208+42+171=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D02AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02AAB is #2FD554. Grayscale: #696969. Windows color (decimal): -3134805 or 11217616. OLE color: 11217616.

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

Color convert

RGB 208 42 171 -
CMYK 0 0.80 0.18 0.18
HSL 313.37º 0.66% 0.49% -
HSV(B) 313.37º 0.8% 0.82% -
XYZ 34.19 18.01 40.2 -
YUV 106.34 164.5 200.51 -
System Red Green Blue C M Y K H S L
Decimal 208 42 171 0 0.80 0.18 0.18 313.37 0.66 0.49
Hex D0 2A AB 0 50 12 12 139 42 31
Octal 320 52 253 0 120 22 22 471 102 61
Binary 11010000 101010 10101011 0 1010000 10010 10010 100111001 1000010 110001

Color Harmonies of #D02AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02AAB

Black with #D02AAB

Text Example


Text Example

White with #D02AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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