#D70854

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

Shades of Razzmatazz #D70854

Tints of Razzmatazz #D70854

Color information

#D70854 (or 0xD70854) is unknown color: approx Razzmatazz. HEX triplet: D7, 08 and 54. RGB value is (215,8,84). Sum of RGB (Red+Green+Blue) = 215+8+84=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D70854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70854 is #28F7AB. Grayscale: #4E4E4E. Windows color (decimal): -2684844 or 5507287. OLE color: 5507287.

HSL color Cylindrical-coordinate representation of color #D70854: hue angle of 337.97º 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 #D70854 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB215884-
CMYK00.960.610.16
HSL337.97º92.83%43.73%-
HSV(B)337.97º96.28%84.31%-
XYZ29.7115.269.77-
YUV78.56131.08225.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 70.03%
GREEN value IS 8 (3.52% from 255) = 2.61%
BLUE value IS 84 (33.20% from 255) = 27.36%
R=70.03%
G=2.61%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21588400.960.610.16337.9792.8343.73
HexD78540603D101525d2c
Octal327101240140752052213554
Binary110101111000101010001100000111101100001010100101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70854; }

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

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

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

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

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

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

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

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