Html Css Color HEX #DD1099 Hollywood Cerise

📋 copy color: '#DD1099'

red 221 ◦ green 16 ◦ blue 153

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

Shades of Hollywood Cerise #DD1099

Tints of Hollywood Cerise #DD1099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.1%

 BLUE value IS 153 (60.16% from 255) = 39.23%

R = 56.67%
G = 4.1%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD1099 (or 0xDD1099) is known color: Hollywood Cerise. HEX triplet: DD, 10 and 99. RGB value is (221,16,153). Sum of RGB (Red+Green+Blue) = 221+16+153=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1099 is #22EF66. Grayscale: #5C5C5C. Windows color (decimal): -2289511 or 10031325. OLE color: 10031325.

HSL color Cylindrical-coordinate representation of color #DD1099: hue angle of 319.9º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1099 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 16 153 -
CMYK 0 0.93 0.31 0.13
HSL 319.9º 0.86% 0.46% -
HSV(B) 319.9º 0.93% 0.87% -
XYZ 35.75 18.04 31.74 -
YUV 92.91 161.92 219.36 -
System Red Green Blue C M Y K H S L
Decimal 221 16 153 0 0.93 0.31 0.13 319.9 0.86 0.46
Hex DD 10 99 0 5D 1F D 140 56 2E
Octal 335 20 231 0 135 37 15 500 126 56
Binary 11011101 10000 10011001 0 1011101 11111 1101 101000000 1010110 101110

Color Harmonies of #DD1099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1099

Black with #DD1099

Text Example


Text Example

White with #DD1099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1099; }

 p { color: rgb(221,16,153); }

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

background-color css

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

 a { background-color: rgb(221,16,153); }

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

border-color css

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

 span { border-color: rgb(221,16,153); }

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