#DD1153

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

Shades of Razzmatazz #DD1153

Tints of Razzmatazz #DD1153

Color information

#DD1153 (or 0xDD1153) is unknown color: approx Razzmatazz. HEX triplet: DD, 11 and 53. RGB value is (221,17,83). Sum of RGB (Red+Green+Blue) = 221+17+83=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1153 is #22EEAC. Grayscale: #555555. Windows color (decimal): -2289325 or 5444061. OLE color: 5444061.

HSL color Cylindrical-coordinate representation of color #DD1153: hue angle of 340.59º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1153 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB2211783-
CMYK00.920.620.13
HSL340.59º85.71%46.67%-
HSV(B)340.59º92.31%86.67%-
XYZ31.5816.49.68-
YUV85.52126.59224.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 68.85%
GREEN value IS 17 (7.03% from 255) = 5.30%
BLUE value IS 83 (32.81% from 255) = 25.86%
R=68.85%
G=5.30%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221178300.920.620.13340.5985.7146.67
HexDD115305C3ED155562f
Octal335211230134761552512657
Binary110111011000110100110101110011111011011010101011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1153; }

 p { color: rgb(221,17,83); }

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

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

 a { background-color: rgb(221,17,83); }

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

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

 span { border-color: rgb(221,17,83); }

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