Html Css Color HEX #DD009F Hollywood Cerise

📋 copy color: '#DD009F'

red 221 ◦ green 0 ◦ blue 159

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

Shades of Hollywood Cerise #DD009F

Tints of Hollywood Cerise #DD009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.84%

R = 58.16%
G = 0%
B = 41.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD009F (or 0xDD009F) is known color: Hollywood Cerise. HEX triplet: DD, 00 and 9F. RGB value is (221,0,159). Sum of RGB (Red+Green+Blue) = 221+0+159=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD009F is #22FF60. Grayscale: #535353. Windows color (decimal): -2293601 or 10420445. OLE color: 10420445.

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

Color convert

RGB 221 0 159 -
CMYK 0 1 0.28 0.13
HSL 316.83º 1% 0.43% -
HSV(B) 316.83º 1% 0.87% -
XYZ 36.08 17.88 34.35 -
YUV 84.21 170.22 225.57 -
System Red Green Blue C M Y K H S L
Decimal 221 0 159 0 1 0.28 0.13 316.83 1 0.43
Hex DD 0 9F 0 64 1C D 13D 64 2B
Octal 335 0 237 0 144 34 15 475 144 53
Binary 11011101 0 10011111 0 1100100 11100 1101 100111101 1100100 101011

Color Harmonies of #DD009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD009F

Black with #DD009F

Text Example


Text Example

White with #DD009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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