Html Css Color HEX #DD02A1 Hollywood Cerise

📋 copy color: '#DD02A1'

red 221 ◦ green 2 ◦ blue 161

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

Shades of Hollywood Cerise #DD02A1

Tints of Hollywood Cerise #DD02A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.93%

R = 57.55%
G = 0.52%
B = 41.93%

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

#DD02A1 (or 0xDD02A1) is known color: Hollywood Cerise. HEX triplet: DD, 02 and A1. RGB value is (221,2,161). Sum of RGB (Red+Green+Blue) = 221+2+161=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD02A1 is #22FD5E. Grayscale: #555555. Windows color (decimal): -2293087 or 10552029. OLE color: 10552029.

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

Color convert

RGB 221 2 161 -
CMYK 0 0.99 0.27 0.13
HSL 316.44º 0.98% 0.44% -
HSV(B) 316.44º 0.99% 0.87% -
XYZ 36.27 17.99 35.28 -
YUV 85.61 170.55 224.57 -
System Red Green Blue C M Y K H S L
Decimal 221 2 161 0 0.99 0.27 0.13 316.44 0.98 0.44
Hex DD 2 A1 0 63 1B D 13C 62 2C
Octal 335 2 241 0 143 33 15 474 142 54
Binary 11011101 10 10100001 0 1100011 11011 1101 100111100 1100010 101100

Color Harmonies of #DD02A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD02A1

Black with #DD02A1

Text Example


Text Example

White with #DD02A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD02A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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