#DD0C56

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

Shades of Razzmatazz #DD0C56

Tints of Razzmatazz #DD0C56

Color information

#DD0C56 (or 0xDD0C56) is unknown color: approx Razzmatazz. HEX triplet: DD, 0C and 56. RGB value is (221,12,86). Sum of RGB (Red+Green+Blue) = 221+12+86=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C56 is #22F3A9. Grayscale: #525252. Windows color (decimal): -2290602 or 5639389. OLE color: 5639389.

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

Color convert

RGB2211286-
CMYK00.950.610.13
HSL338.76º89.7%45.69%-
HSV(B)338.76º94.57%86.67%-
XYZ31.6316.3110.28-
YUV82.93129.74226.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 69.28%
GREEN value IS 12 (5.08% from 255) = 3.76%
BLUE value IS 86 (33.98% from 255) = 26.96%
R=69.28%
G=3.76%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221128600.950.610.13338.7689.745.69
HexDDC5605F3DD1535a2e
Octal335141260137751552313256
Binary11011101110010101100101111111110111011010100111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0C56; }

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

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

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

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

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

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

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

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