Html Css Color HEX #DD0099 Hollywood Cerise

📋 copy color: '#DD0099'

red 221 ◦ green 0 ◦ blue 153

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

Shades of Hollywood Cerise #DD0099

Tints of Hollywood Cerise #DD0099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.09%
G = 0%
B = 40.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD0099 (or 0xDD0099) is known color: Hollywood Cerise. HEX triplet: DD, 00 and 99. RGB value is (221,0,153). Sum of RGB (Red+Green+Blue) = 221+0+153=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0099 is #22FF66. Grayscale: #535353. Windows color (decimal): -2293607 or 10027229. OLE color: 10027229.

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

Color convert

RGB 221 0 153 -
CMYK 0 1 0.31 0.13
HSL 318.46º 1% 0.43% -
HSV(B) 318.46º 1% 0.87% -
XYZ 35.57 17.67 31.67 -
YUV 83.52 167.22 226.06 -
System Red Green Blue C M Y K H S L
Decimal 221 0 153 0 1 0.31 0.13 318.46 1 0.43
Hex DD 0 99 0 64 1F D 13E 64 2B
Octal 335 0 231 0 144 37 15 476 144 53
Binary 11011101 0 10011001 0 1100100 11111 1101 100111110 1100100 101011

Color Harmonies of #DD0099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0099

Black with #DD0099

Text Example


Text Example

White with #DD0099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0099; }

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

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

background-color css

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

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

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

border-color css

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

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

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