Html Css Color HEX #DD16A8 Hollywood Cerise

📋 copy color: '#DD16A8'

red 221 ◦ green 22 ◦ blue 168

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

Shades of Hollywood Cerise #DD16A8

Tints of Hollywood Cerise #DD16A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.88%

R = 53.77%
G = 5.35%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD16A8 (or 0xDD16A8) is known color: Hollywood Cerise. HEX triplet: DD, 16 and A8. RGB value is (221,22,168). Sum of RGB (Red+Green+Blue) = 221+22+168=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD16A8 is #22E957. Grayscale: #616161. Windows color (decimal): -2287960 or 11015901. OLE color: 11015901.

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

Color convert

RGB 221 22 168 -
CMYK 0 0.90 0.24 0.13
HSL 315.98º 0.82% 0.48% -
HSV(B) 315.98º 0.9% 0.87% -
XYZ 37.17 18.77 38.71 -
YUV 98.15 167.43 215.63 -
System Red Green Blue C M Y K H S L
Decimal 221 22 168 0 0.90 0.24 0.13 315.98 0.82 0.48
Hex DD 16 A8 0 5A 18 D 13C 52 30
Octal 335 26 250 0 132 30 15 474 122 60
Binary 11011101 10110 10101000 0 1011010 11000 1101 100111100 1010010 110000

Color Harmonies of #DD16A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD16A8

Black with #DD16A8

Text Example


Text Example

White with #DD16A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD16A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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