#DD0B59

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

Shades of Razzmatazz #DD0B59

Tints of Razzmatazz #DD0B59

Color information

#DD0B59 (or 0xDD0B59) is unknown color: approx Razzmatazz. HEX triplet: DD, 0B and 59. RGB value is (221,11,89). Sum of RGB (Red+Green+Blue) = 221+11+89=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0B59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0B59 is #22F4A6. Grayscale: #525252. Windows color (decimal): -2290855 or 5835741. OLE color: 5835741.

HSL color Cylindrical-coordinate representation of color #DD0B59: hue angle of 337.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0B59 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB2211189-
CMYK00.950.600.13
HSL337.71º90.52%45.49%-
HSV(B)337.71º95.02%86.67%-
XYZ31.7416.3310.93-
YUV82.68131.57226.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 68.85%
GREEN value IS 11 (4.69% from 255) = 3.43%
BLUE value IS 89 (35.16% from 255) = 27.73%
R=68.85%
G=3.43%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221118900.950.600.13337.7190.5245.49
HexDDB5905F3CD1525b2d
Octal335131310137741552213355
Binary11011101101110110010101111111110011011010100101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0B59; }

 p { color: rgb(221,11,89); }

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

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

 a { background-color: rgb(221,11,89); }

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

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

 span { border-color: rgb(221,11,89); }

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