Html Css Color HEX #DD16AB Hollywood Cerise

📋 copy color: '#DD16AB'

red 221 ◦ green 22 ◦ blue 171

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

Shades of Hollywood Cerise #DD16AB

Tints of Hollywood Cerise #DD16AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.3%

R = 53.38%
G = 5.31%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD16AB (or 0xDD16AB) is known color: Hollywood Cerise. HEX triplet: DD, 16 and AB. RGB value is (221,22,171). Sum of RGB (Red+Green+Blue) = 221+22+171=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD16AB is #22E954. Grayscale: #626262. Windows color (decimal): -2287957 or 11212509. OLE color: 11212509.

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

Color convert

RGB 221 22 171 -
CMYK 0 0.90 0.23 0.13
HSL 315.08º 0.82% 0.48% -
HSV(B) 315.08º 0.9% 0.87% -
XYZ 37.46 18.89 40.2 -
YUV 98.49 168.93 215.38 -
System Red Green Blue C M Y K H S L
Decimal 221 22 171 0 0.90 0.23 0.13 315.08 0.82 0.48
Hex DD 16 AB 0 5A 17 D 13B 52 30
Octal 335 26 253 0 132 27 15 473 122 60
Binary 11011101 10110 10101011 0 1011010 10111 1101 100111011 1010010 110000

Color Harmonies of #DD16AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD16AB

Black with #DD16AB

Text Example


Text Example

White with #DD16AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD16AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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