Html Css Color HEX #DD02AB Hollywood Cerise

📋 copy color: '#DD02AB'

red 221 ◦ green 2 ◦ blue 171

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

Shades of Hollywood Cerise #DD02AB

Tints of Hollywood Cerise #DD02AB

RGB

 RED value IS 221 (86.72% from 255) = 56.09%

 GREEN value IS 2 (1.17% from 255) = 0.51%

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

R = 56.09%
G = 0.51%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD02AB (or 0xDD02AB) is known color: Hollywood Cerise. HEX triplet: DD, 02 and AB. RGB value is (221,2,171). Sum of RGB (Red+Green+Blue) = 221+2+171=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD02AB is #22FD54. Grayscale: #565656. Windows color (decimal): -2293077 or 11207389. OLE color: 11207389.

HSL color Cylindrical-coordinate representation of color #DD02AB: hue angle of 313.7º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD02AB is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 2 171 -
CMYK 0 0.99 0.23 0.13
HSL 313.7º 0.98% 0.44% -
HSV(B) 313.7º 0.99% 0.87% -
XYZ 37.19 18.36 40.11 -
YUV 86.75 175.55 223.76 -
System Red Green Blue C M Y K H S L
Decimal 221 2 171 0 0.99 0.23 0.13 313.7 0.98 0.44
Hex DD 2 AB 0 63 17 D 13A 62 2C
Octal 335 2 253 0 143 27 15 472 142 54
Binary 11011101 10 10101011 0 1100011 10111 1101 100111010 1100010 101100

Color Harmonies of #DD02AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD02AB

Black with #DD02AB

Text Example


Text Example

White with #DD02AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD02AB; }

 p { color: rgb(221,2,171); }

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

background-color css

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

 a { background-color: rgb(221,2,171); }

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

border-color css

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

 span { border-color: rgb(221,2,171); }

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