#DD0490

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

Shades of Hollywood Cerise #DD0490

Tints of Hollywood Cerise #DD0490

Color information

#DD0490 (or 0xDD0490) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 04 and 90. RGB value is (221,4,144). Sum of RGB (Red+Green+Blue) = 221+4+144=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0490 is #22FB6F. Grayscale: #545454. Windows color (decimal): -2292592 or 9438429. OLE color: 9438429.

HSL color Cylindrical-coordinate representation of color #DD0490: hue angle of 321.29º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0490 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB2214144-
CMYK00.980.350.13
HSL321.29º96.44%44.12%-
HSV(B)321.29º98.19%86.67%-
XYZ34.917.4727.92-
YUV84.84161.39225.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.89%
GREEN value IS 4 (1.95% from 255) = 1.08%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=59.89%
G=1.08%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221414400.980.350.13321.2996.4444.12
HexDD49006223D141602c
Octal33542200142431550114054
Binary11011101100100100000110001010001111011010000011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0490; }

 p { color: rgb(221,4,144); }

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

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

 a { background-color: rgb(221,4,144); }

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

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

 span { border-color: rgb(221,4,144); }

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