#DA0252

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

Shades of Razzmatazz #DA0252

Tints of Razzmatazz #DA0252

Color information

#DA0252 (or 0xDA0252) is unknown color: approx Razzmatazz. HEX triplet: DA, 02 and 52. RGB value is (218,2,82). Sum of RGB (Red+Green+Blue) = 218+2+82=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0252 is #25FDAD. Grayscale: #4B4B4B. Windows color (decimal): -2489774 or 5374682. OLE color: 5374682.

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

Color convert

RGB218282-
CMYK00.990.620.15
HSL337.78º98.18%43.14%-
HSV(B)337.78º99.08%85.49%-
XYZ30.4615.569.38-
YUV75.7131.56229.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 72.19%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 82 (32.42% from 255) = 27.15%
R=72.19%
G=0.66%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21828200.990.620.15337.7898.1843.14
HexDA2520633EF152622b
Octal33221220143761752214253
Binary110110101010100100110001111111011111010100101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0252; }

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

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

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

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

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

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

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

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