#D8075D

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

Shades of Razzmatazz #D8075D

Tints of Razzmatazz #D8075D

Color information

#D8075D (or 0xD8075D) is unknown color: approx Razzmatazz. HEX triplet: D8, 07 and 5D. RGB value is (216,7,93). Sum of RGB (Red+Green+Blue) = 216+7+93=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D8075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8075D is #27F8A2. Grayscale: #4F4F4F. Windows color (decimal): -2619555 or 6096856. OLE color: 6096856.

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

Color convert

RGB216793-
CMYK00.970.570.15
HSL335.31º93.72%43.73%-
HSV(B)335.31º96.76%84.71%-
XYZ30.3715.5411.75-
YUV79.3135.74225.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 68.35%
GREEN value IS 7 (3.12% from 255) = 2.22%
BLUE value IS 93 (36.72% from 255) = 29.43%
R=68.35%
G=2.22%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21679300.970.570.15335.3193.7243.73
HexD875D06139F14f5e2c
Octal33071350141711751713654
Binary1101100011110111010110000111100111111010011111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8075D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8075D; }

 p { color: rgb(216,7,93); }

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

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

 a { background-color: rgb(216,7,93); }

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

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

 span { border-color: rgb(216,7,93); }

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