Html Css Color HEX #DD05A2 Hollywood Cerise

📋 copy color: '#DD05A2'

red 221 ◦ green 5 ◦ blue 162

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

Shades of Hollywood Cerise #DD05A2

Tints of Hollywood Cerise #DD05A2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.29%

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

R = 56.96%
G = 1.29%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD05A2 (or 0xDD05A2) is known color: Hollywood Cerise. HEX triplet: DD, 05 and A2. RGB value is (221,5,162). Sum of RGB (Red+Green+Blue) = 221+5+162=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD05A2 is #22FA5D. Grayscale: #575757. Windows color (decimal): -2292318 or 10618333. OLE color: 10618333.

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

Color convert

RGB 221 5 162 -
CMYK 0 0.98 0.27 0.13
HSL 316.39º 0.96% 0.44% -
HSV(B) 316.39º 0.98% 0.87% -
XYZ 36.39 18.09 35.76 -
YUV 87.48 170.06 223.23 -
System Red Green Blue C M Y K H S L
Decimal 221 5 162 0 0.98 0.27 0.13 316.39 0.96 0.44
Hex DD 5 A2 0 62 1B D 13C 60 2C
Octal 335 5 242 0 142 33 15 474 140 54
Binary 11011101 101 10100010 0 1100010 11011 1101 100111100 1100000 101100

Color Harmonies of #DD05A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05A2

Black with #DD05A2

Text Example


Text Example

White with #DD05A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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