#D80854

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

Shades of Razzmatazz #D80854

Tints of Razzmatazz #D80854

Color information

#D80854 (or 0xD80854) is unknown color: approx Razzmatazz. HEX triplet: D8, 08 and 54. RGB value is (216,8,84). Sum of RGB (Red+Green+Blue) = 216+8+84=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D80854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80854 is #27F7AB. Grayscale: #4E4E4E. Windows color (decimal): -2619308 or 5507288. OLE color: 5507288.

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

Color convert

RGB216884-
CMYK00.960.610.15
HSL338.08º92.86%43.92%-
HSV(B)338.08º96.3%84.71%-
XYZ30.0115.419.78-
YUV78.86130.91225.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 70.13%
GREEN value IS 8 (3.52% from 255) = 2.60%
BLUE value IS 84 (33.20% from 255) = 27.27%
R=70.13%
G=2.60%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21688400.960.610.15338.0892.8643.92
HexD88540603DF1525d2c
Octal330101240140751752213554
Binary11011000100010101000110000011110111111010100101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80854; }

 p { color: rgb(216,8,84); }

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

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

 a { background-color: rgb(216,8,84); }

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

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

 span { border-color: rgb(216,8,84); }

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