#D70856

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

Shades of Razzmatazz #D70856

Tints of Razzmatazz #D70856

Color information

#D70856 (or 0xD70856) is unknown color: approx Razzmatazz. HEX triplet: D7, 08 and 56. RGB value is (215,8,86). Sum of RGB (Red+Green+Blue) = 215+8+86=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D70856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70856 is #28F7A9. Grayscale: #4E4E4E. Windows color (decimal): -2684842 or 5638359. OLE color: 5638359.

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

Color convert

RGB215886-
CMYK00.960.60.16
HSL337.39º92.83%43.73%-
HSV(B)337.39º96.28%84.31%-
XYZ29.7915.2910.19-
YUV78.78132.08225.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 69.58%
GREEN value IS 8 (3.52% from 255) = 2.59%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=69.58%
G=2.59%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.6
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21588600.960.60.16337.3992.8343.73
HexD78560603C101515d2c
Octal327101260140742052113554
Binary110101111000101011001100000111100100001010100011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70856; }

 p { color: rgb(215,8,86); }

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

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

 a { background-color: rgb(215,8,86); }

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

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

 span { border-color: rgb(215,8,86); }

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