#DA0553

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

Shades of Razzmatazz #DA0553

Tints of Razzmatazz #DA0553

Color information

#DA0553 (or 0xDA0553) is unknown color: approx Razzmatazz. HEX triplet: DA, 05 and 53. RGB value is (218,5,83). Sum of RGB (Red+Green+Blue) = 218+5+83=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0553 is #25FAAC. Grayscale: #4D4D4D. Windows color (decimal): -2489005 or 5440986. OLE color: 5440986.

HSL color Cylindrical-coordinate representation of color #DA0553: hue angle of 338.03º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0553 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB218583-
CMYK00.980.620.15
HSL338.03º95.52%43.73%-
HSV(B)338.03º97.71%85.49%-
XYZ30.5315.649.59-
YUV77.58131.07228.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 71.24%
GREEN value IS 5 (2.34% from 255) = 1.63%
BLUE value IS 83 (32.81% from 255) = 27.12%
R=71.24%
G=1.63%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21858300.980.620.15338.0395.5243.73
HexDA5530623EF152602c
Octal33251230142761752214054
Binary1101101010110100110110001011111011111010100101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0553; }

 p { color: rgb(218,5,83); }

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

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

 a { background-color: rgb(218,5,83); }

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

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

 span { border-color: rgb(218,5,83); }

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