#D80459

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

Shades of Razzmatazz #D80459

Tints of Razzmatazz #D80459

Color information

#D80459 (or 0xD80459) is unknown color: approx Razzmatazz. HEX triplet: D8, 04 and 59. RGB value is (216,4,89). Sum of RGB (Red+Green+Blue) = 216+4+89=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D80459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80459 is #27FBA6. Grayscale: #4C4C4C. Windows color (decimal): -2620327 or 5833944. OLE color: 5833944.

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

Color convert

RGB216489-
CMYK00.980.590.15
HSL335.94º96.36%43.14%-
HSV(B)335.94º98.15%84.71%-
XYZ30.1715.4110.84-
YUV77.08134.74227.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 69.90%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 89 (35.16% from 255) = 28.80%
R=69.90%
G=1.29%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21648900.980.590.15335.9496.3643.14
HexD84590623BF150602b
Octal33041310142731752014053
Binary1101100010010110010110001011101111111010100001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80459; }

 p { color: rgb(216,4,89); }

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

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

 a { background-color: rgb(216,4,89); }

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

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

 span { border-color: rgb(216,4,89); }

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