#dd0c59

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

Shades of Razzmatazz #DD0C59

Tints of Razzmatazz #DD0C59

Color information

#DD0C59 (or 0xDD0C59) is unknown color: approx Razzmatazz. HEX triplet: DD, 0C and 59. RGB value is (221,12,89). Sum of RGB (Red+Green+Blue) = 221+12+89=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C59 is #22F3A6. Grayscale: #535353. Windows color (decimal): -2290599 or 5835997. OLE color: 5835997.

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

Color convert

RGB2211289-
CMYK00.950.600.13
HSL337.89º89.7%45.69%-
HSV(B)337.89º94.57%86.67%-
XYZ31.7516.3610.93-
YUV83.27131.24226.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 68.63%
GREEN value IS 12 (5.08% from 255) = 3.73%
BLUE value IS 89 (35.16% from 255) = 27.64%
R=68.63%
G=3.73%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221128900.950.600.13337.8989.745.69
HexDDC5905F3CD1525a2e
Octal335141310137741552213256
Binary11011101110010110010101111111110011011010100101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd0c59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd0c59; }

 p { color: rgb(221,12,89); }

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

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

 a { background-color: rgb(221,12,89); }

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

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

 span { border-color: rgb(221,12,89); }

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