#D70B56

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

Shades of Razzmatazz #D70B56

Tints of Razzmatazz #D70B56

Color information

#D70B56 (or 0xD70B56) is unknown color: approx Razzmatazz. HEX triplet: D7, 0B and 56. RGB value is (215,11,86). Sum of RGB (Red+Green+Blue) = 215+11+86=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70B56 is #28F4A9. Grayscale: #505050. Windows color (decimal): -2684074 or 5639127. OLE color: 5639127.

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

Color convert

RGB2151186-
CMYK00.950.60.16
HSL337.94º90.27%44.31%-
HSV(B)337.94º94.88%84.31%-
XYZ29.8215.3610.2-
YUV80.55131.09223.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 68.91%
GREEN value IS 11 (4.69% from 255) = 3.53%
BLUE value IS 86 (33.98% from 255) = 27.56%
R=68.91%
G=3.53%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.6
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215118600.950.60.16337.9490.2744.31
HexD7B5605F3C101525a2c
Octal327131260137742052213254
Binary110101111011101011001011111111100100001010100101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70B56; }

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

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

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

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

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

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

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

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