Html Css Color HEX #DD02A2 Hollywood Cerise

📋 copy color: '#DD02A2'

red 221 ◦ green 2 ◦ blue 162

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

Shades of Hollywood Cerise #DD02A2

Tints of Hollywood Cerise #DD02A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.08%

R = 57.4%
G = 0.52%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD02A2 (or 0xDD02A2) is known color: Hollywood Cerise. HEX triplet: DD, 02 and A2. RGB value is (221,2,162). Sum of RGB (Red+Green+Blue) = 221+2+162=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD02A2 is #22FD5D. Grayscale: #555555. Windows color (decimal): -2293086 or 10617565. OLE color: 10617565.

HSL color Cylindrical-coordinate representation of color #DD02A2: hue angle of 316.16º 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 #DD02A2 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 2 162 -
CMYK 0 0.99 0.27 0.13
HSL 316.16º 0.98% 0.44% -
HSV(B) 316.16º 0.99% 0.87% -
XYZ 36.36 18.02 35.74 -
YUV 85.72 171.05 224.49 -
System Red Green Blue C M Y K H S L
Decimal 221 2 162 0 0.99 0.27 0.13 316.16 0.98 0.44
Hex DD 2 A2 0 63 1B D 13C 62 2C
Octal 335 2 242 0 143 33 15 474 142 54
Binary 11011101 10 10100010 0 1100011 11011 1101 100111100 1100010 101100

Color Harmonies of #DD02A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD02A2

Black with #DD02A2

Text Example


Text Example

White with #DD02A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD02A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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