#DD1151

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

Shades of Razzmatazz #DD1151

Tints of Razzmatazz #DD1151

Color information

#DD1151 (or 0xDD1151) is unknown color: approx Razzmatazz. HEX triplet: DD, 11 and 51. RGB value is (221,17,81). Sum of RGB (Red+Green+Blue) = 221+17+81=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1151 is #22EEAE. Grayscale: #555555. Windows color (decimal): -2289327 or 5312989. OLE color: 5312989.

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

Color convert

RGB2211781-
CMYK00.920.630.13
HSL341.18º85.71%46.67%-
HSV(B)341.18º92.31%86.67%-
XYZ31.516.379.28-
YUV85.29125.59224.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 69.28%
GREEN value IS 17 (7.03% from 255) = 5.33%
BLUE value IS 81 (32.03% from 255) = 25.39%
R=69.28%
G=5.33%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221178100.920.630.13341.1885.7146.67
HexDD115105C3FD155562f
Octal335211210134771552512657
Binary110111011000110100010101110011111111011010101011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1151; }

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

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

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

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

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

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

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

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