Html Css Color HEX #DD16AE Hollywood Cerise

📋 copy color: '#DD16AE'

red 221 ◦ green 22 ◦ blue 174

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

Shades of Hollywood Cerise #DD16AE

Tints of Hollywood Cerise #DD16AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.73%

R = 53%
G = 5.28%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD16AE (or 0xDD16AE) is known color: Hollywood Cerise. HEX triplet: DD, 16 and AE. RGB value is (221,22,174). Sum of RGB (Red+Green+Blue) = 221+22+174=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD16AE is #22E951. Grayscale: #626262. Windows color (decimal): -2287954 or 11409117. OLE color: 11409117.

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

Color convert

RGB 221 22 174 -
CMYK 0 0.90 0.21 0.13
HSL 314.17º 0.82% 0.48% -
HSV(B) 314.17º 0.9% 0.87% -
XYZ 37.75 19 41.72 -
YUV 98.83 170.43 215.14 -
System Red Green Blue C M Y K H S L
Decimal 221 22 174 0 0.90 0.21 0.13 314.17 0.82 0.48
Hex DD 16 AE 0 5A 15 D 13A 52 30
Octal 335 26 256 0 132 25 15 472 122 60
Binary 11011101 10110 10101110 0 1011010 10101 1101 100111010 1010010 110000

Color Harmonies of #DD16AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD16AE

Black with #DD16AE

Text Example


Text Example

White with #DD16AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD16AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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