Html Css Color HEX #DD16A4 Hollywood Cerise

📋 copy color: '#DD16A4'

red 221 ◦ green 22 ◦ blue 164

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

Shades of Hollywood Cerise #DD16A4

Tints of Hollywood Cerise #DD16A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.29%

R = 54.3%
G = 5.41%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD16A4 (or 0xDD16A4) is known color: Hollywood Cerise. HEX triplet: DD, 16 and A4. RGB value is (221,22,164). Sum of RGB (Red+Green+Blue) = 221+22+164=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD16A4 is #22E95B. Grayscale: #616161. Windows color (decimal): -2287964 or 10753757. OLE color: 10753757.

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

Color convert

RGB 221 22 164 -
CMYK 0 0.90 0.26 0.13
HSL 317.19º 0.82% 0.48% -
HSV(B) 317.19º 0.9% 0.87% -
XYZ 36.81 18.63 36.78 -
YUV 97.69 165.43 215.95 -
System Red Green Blue C M Y K H S L
Decimal 221 22 164 0 0.90 0.26 0.13 317.19 0.82 0.48
Hex DD 16 A4 0 5A 1A D 13D 52 30
Octal 335 26 244 0 132 32 15 475 122 60
Binary 11011101 10110 10100100 0 1011010 11010 1101 100111101 1010010 110000

Color Harmonies of #DD16A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD16A4

Black with #DD16A4

Text Example


Text Example

White with #DD16A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD16A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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