#D60A57

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

Shades of Razzmatazz #D60A57

Tints of Razzmatazz #D60A57

Color information

#D60A57 (or 0xD60A57) is unknown color: approx Razzmatazz. HEX triplet: D6, 0A and 57. RGB value is (214,10,87). Sum of RGB (Red+Green+Blue) = 214+10+87=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60A57 is #29F5A8. Grayscale: #4F4F4F. Windows color (decimal): -2749865 or 5704406. OLE color: 5704406.

HSL color Cylindrical-coordinate representation of color #D60A57: hue angle of 337.35º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60A57 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB2141087-
CMYK00.950.590.16
HSL337.35º91.07%43.92%-
HSV(B)337.35º95.33%83.92%-
XYZ29.5615.210.39-
YUV79.77132.09223.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 68.81%
GREEN value IS 10 (4.30% from 255) = 3.22%
BLUE value IS 87 (34.38% from 255) = 27.97%
R=68.81%
G=3.22%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214108700.950.590.16337.3591.0743.92
HexD6A5705F3B101515b2c
Octal326121270137732052113354
Binary110101101010101011101011111111011100001010100011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60A57; }

 p { color: rgb(214,10,87); }

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

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

 a { background-color: rgb(214,10,87); }

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

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

 span { border-color: rgb(214,10,87); }

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