#DA0D55

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

Shades of Razzmatazz #DA0D55

Tints of Razzmatazz #DA0D55

Color information

#DA0D55 (or 0xDA0D55) is unknown color: approx Razzmatazz. HEX triplet: DA, 0D and 55. RGB value is (218,13,85). Sum of RGB (Red+Green+Blue) = 218+13+85=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0D55 is #25F2AA. Grayscale: #525252. Windows color (decimal): -2486955 or 5574106. OLE color: 5574106.

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

Color convert

RGB2181385-
CMYK00.940.610.15
HSL338.93º88.74%45.29%-
HSV(B)338.93º94.04%85.49%-
XYZ30.715.8510.04-
YUV82.5129.42224.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 68.99%
GREEN value IS 13 (5.47% from 255) = 4.11%
BLUE value IS 85 (33.59% from 255) = 26.90%
R=68.99%
G=4.11%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218138500.940.610.15338.9388.7445.29
HexDAD5505E3DF153592d
Octal332151250136751752313155
Binary11011010110110101010101111011110111111010100111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0D55; }

 p { color: rgb(218,13,85); }

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

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

 a { background-color: rgb(218,13,85); }

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

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

 span { border-color: rgb(218,13,85); }

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