#DA0950

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

Shades of Razzmatazz #DA0950

Tints of Razzmatazz #DA0950

Color information

#DA0950 (or 0xDA0950) is unknown color: approx Razzmatazz. HEX triplet: DA, 09 and 50. RGB value is (218,9,80). Sum of RGB (Red+Green+Blue) = 218+9+80=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0950 is #25F6AF. Grayscale: #4F4F4F. Windows color (decimal): -2487984 or 5245402. OLE color: 5245402.

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

Color convert

RGB218980-
CMYK00.960.630.15
HSL339.62º92.07%44.51%-
HSV(B)339.62º95.87%85.49%-
XYZ30.4615.689.01-
YUV79.59128.24226.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 71.01%
GREEN value IS 9 (3.91% from 255) = 2.93%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=71.01%
G=2.93%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21898000.960.630.15339.6292.0744.51
HexDA9500603FF1545c2d
Octal332111200140771752413455
Binary11011010100110100000110000011111111111010101001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0950; }

 p { color: rgb(218,9,80); }

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

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

 a { background-color: rgb(218,9,80); }

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

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

 span { border-color: rgb(218,9,80); }

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