#DA0052

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

Shades of Razzmatazz #DA0052

Tints of Razzmatazz #DA0052

Color information

#DA0052 (or 0xDA0052) is unknown color: approx Razzmatazz. HEX triplet: DA, 00 and 52. RGB value is (218,0,82). Sum of RGB (Red+Green+Blue) = 218+0+82=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0052 is #25FFAD. Grayscale: #4A4A4A. Windows color (decimal): -2490286 or 5374170. OLE color: 5374170.

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

Color convert

RGB218082-
CMYK010.620.15
HSL337.43º100%42.75%-
HSV(B)337.43º100%85.49%-
XYZ30.4415.519.37-
YUV74.53132.22230.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 72.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 27.33%
R=72.67%
G=0%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218082010.620.15337.4310042.75
HexDA0520643EF151642b
Octal33201220144761752114453
Binary11011010010100100110010011111011111010100011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0052; }

 p { color: rgb(218,0,82); }

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

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

 a { background-color: rgb(218,0,82); }

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

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

 span { border-color: rgb(218,0,82); }

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