Html Css Color HEX #DD16AF Hollywood Cerise

📋 copy color: '#DD16AF'

red 221 ◦ green 22 ◦ blue 175

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

Shades of Hollywood Cerise #DD16AF

Tints of Hollywood Cerise #DD16AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 52.87%
G = 5.26%
B = 41.87%

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

#DD16AF (or 0xDD16AF) is known color: Hollywood Cerise. HEX triplet: DD, 16 and AF. RGB value is (221,22,175). Sum of RGB (Red+Green+Blue) = 221+22+175=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD16AF is #22E950. Grayscale: #626262. Windows color (decimal): -2287953 or 11474653. OLE color: 11474653.

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

Color convert

RGB 221 22 175 -
CMYK 0 0.90 0.21 0.13
HSL 313.87º 0.82% 0.48% -
HSV(B) 313.87º 0.9% 0.87% -
XYZ 37.84 19.04 42.24 -
YUV 98.94 170.93 215.06 -
System Red Green Blue C M Y K H S L
Decimal 221 22 175 0 0.90 0.21 0.13 313.87 0.82 0.48
Hex DD 16 AF 0 5A 15 D 13A 52 30
Octal 335 26 257 0 132 25 15 472 122 60
Binary 11011101 10110 10101111 0 1011010 10101 1101 100111010 1010010 110000

Color Harmonies of #DD16AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD16AF

Black with #DD16AF

Text Example


Text Example

White with #DD16AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD16AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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