Html Css Color HEX #DD16A2 Hollywood Cerise

📋 copy color: '#DD16A2'

red 221 ◦ green 22 ◦ blue 162

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

Shades of Hollywood Cerise #DD16A2

Tints of Hollywood Cerise #DD16A2

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.43%

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

R = 54.57%
G = 5.43%
B = 40%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD16A2 (or 0xDD16A2) is known color: Hollywood Cerise. HEX triplet: DD, 16 and A2. RGB value is (221,22,162). Sum of RGB (Red+Green+Blue) = 221+22+162=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD16A2 is #22E95D. Grayscale: #616161. Windows color (decimal): -2287966 or 10622685. OLE color: 10622685.

HSL color Cylindrical-coordinate representation of color #DD16A2: hue angle of 317.79º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD16A2 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 22 162 -
CMYK 0 0.90 0.27 0.13
HSL 317.79º 0.82% 0.48% -
HSV(B) 317.79º 0.9% 0.87% -
XYZ 36.63 18.55 35.83 -
YUV 97.46 164.43 216.12 -
System Red Green Blue C M Y K H S L
Decimal 221 22 162 0 0.90 0.27 0.13 317.79 0.82 0.48
Hex DD 16 A2 0 5A 1B D 13E 52 30
Octal 335 26 242 0 132 33 15 476 122 60
Binary 11011101 10110 10100010 0 1011010 11011 1101 100111110 1010010 110000

Color Harmonies of #DD16A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD16A2

Black with #DD16A2

Text Example


Text Example

White with #DD16A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD16A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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