#DD009E

Color #DD009E Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #DD009E

Tints of Hollywood Cerise #DD009E

Color information

#DD009E (or 0xDD009E) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 00 and 9E. RGB value is (221,0,158). Sum of RGB (Red+Green+Blue) = 221+0+158=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD009E is #22FF61. Grayscale: #535353. Windows color (decimal): -2293602 or 10354909. OLE color: 10354909.

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

Color convert

RGB2210158-
CMYK010.290.13
HSL317.1º100%43.33%-
HSV(B)317.1º100%86.67%-
XYZ35.9917.8433.89-
YUV84.09169.72225.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=58.31%
G=0%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2210158010.290.13317.110043.33
HexDD09E0641DD13d642b
Octal33502360144351547514453
Binary11011101010011110011001001110111011001111011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD009E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD009E; }

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

 H1.HeaderClassName
 {
   color: #DD009E;
 }
 .AnyTagClassName
 {
   color: #DD009E;
 }
</style>
background-color css

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

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

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

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

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

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