#D00557

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

Shades of Razzmatazz #D00557

Tints of Razzmatazz #D00557

Color information

#D00557 (or 0xD00557) is unknown color: approx Razzmatazz. HEX triplet: D0, 05 and 57. RGB value is (208,5,87). Sum of RGB (Red+Green+Blue) = 208+5+87=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D00557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00557 is #2FFAA8. Grayscale: #4A4A4A. Windows color (decimal): -3144361 or 5703120. OLE color: 5703120.

HSL color Cylindrical-coordinate representation of color #D00557: hue angle of 335.76º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00557 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB208587-
CMYK00.980.580.18
HSL335.76º95.31%41.76%-
HSV(B)335.76º97.6%81.57%-
XYZ27.7914.2110.29-
YUV75.04134.75222.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 69.33%
GREEN value IS 5 (2.34% from 255) = 1.67%
BLUE value IS 87 (34.38% from 255) = 29%
R=69.33%
G=1.67%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20858700.980.580.18335.7695.3141.76
HexD05570623A121505f2a
Octal32051270142722252013752
Binary11010000101101011101100010111010100101010100001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00557; }

 p { color: rgb(208,5,87); }

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

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

 a { background-color: rgb(208,5,87); }

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

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

 span { border-color: rgb(208,5,87); }

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