#DD0C50

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

Shades of Razzmatazz #DD0C50

Tints of Razzmatazz #DD0C50

Color information

#DD0C50 (or 0xDD0C50) is unknown color: approx Razzmatazz. HEX triplet: DD, 0C and 50. RGB value is (221,12,80). Sum of RGB (Red+Green+Blue) = 221+12+80=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C50 is #22F3AF. Grayscale: #525252. Windows color (decimal): -2290608 or 5246173. OLE color: 5246173.

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

Color convert

RGB2211280-
CMYK00.950.640.13
HSL340.48º89.7%45.69%-
HSV(B)340.48º94.57%86.67%-
XYZ31.416.219.06-
YUV82.24126.74226.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 70.61%
GREEN value IS 12 (5.08% from 255) = 3.83%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=70.61%
G=3.83%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221128000.950.640.13340.4889.745.69
HexDDC5005F40D1545a2e
Octal3351412001371001552413256
Binary110111011100101000001011111100000011011010101001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0C50; }

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

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

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

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

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

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

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

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