#DD1050

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

Shades of Razzmatazz #DD1050

Tints of Razzmatazz #DD1050

Color information

#DD1050 (or 0xDD1050) is unknown color: approx Razzmatazz. HEX triplet: DD, 10 and 50. RGB value is (221,16,80). Sum of RGB (Red+Green+Blue) = 221+16+80=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1050 is #22EFAF. Grayscale: #545454. Windows color (decimal): -2289584 or 5247197. OLE color: 5247197.

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

Color convert

RGB2211680-
CMYK00.930.640.13
HSL341.27º86.5%46.47%-
HSV(B)341.27º92.76%86.67%-
XYZ31.4516.329.08-
YUV84.59125.42225.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 69.72%
GREEN value IS 16 (6.64% from 255) = 5.05%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=69.72%
G=5.05%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221168000.930.640.13341.2786.546.47
HexDD105005D40D155562e
Octal3352012001351001552512656
Binary1101110110000101000001011101100000011011010101011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1050; }

 p { color: rgb(221,16,80); }

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

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

 a { background-color: rgb(221,16,80); }

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

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

 span { border-color: rgb(221,16,80); }

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