#D80A57

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

Shades of Razzmatazz #D80A57

Tints of Razzmatazz #D80A57

Color information

#D80A57 (or 0xD80A57) is unknown color: approx Razzmatazz. HEX triplet: D8, 0A and 57. RGB value is (216,10,87). Sum of RGB (Red+Green+Blue) = 216+10+87=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80A57 is #27F5A8. Grayscale: #505050. Windows color (decimal): -2618793 or 5704408. OLE color: 5704408.

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

Color convert

RGB2161087-
CMYK00.950.600.15
HSL337.57º91.15%44.31%-
HSV(B)337.57º95.37%84.71%-
XYZ30.1515.510.42-
YUV80.37131.75224.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 69.01%
GREEN value IS 10 (4.30% from 255) = 3.19%
BLUE value IS 87 (34.38% from 255) = 27.80%
R=69.01%
G=3.19%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216108700.950.600.15337.5791.1544.31
HexD8A5705F3CF1525b2c
Octal330121270137741752213354
Binary11011000101010101110101111111110011111010100101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80A57; }

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

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

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

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

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

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

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

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