#D20550

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

Shades of Razzmatazz #D20550

Tints of Razzmatazz #D20550

Color information

#D20550 (or 0xD20550) is unknown color: approx Razzmatazz. HEX triplet: D2, 05 and 50. RGB value is (210,5,80). Sum of RGB (Red+Green+Blue) = 210+5+80=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D20550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20550 is #2DFAAF. Grayscale: #4A4A4A. Windows color (decimal): -3013296 or 5244370. OLE color: 5244370.

HSL color Cylindrical-coordinate representation of color #D20550: hue angle of 338.05º 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 #D20550 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB210580-
CMYK00.980.620.18
HSL338.05º95.35%42.16%-
HSV(B)338.05º97.62%82.35%-
XYZ28.0814.398.89-
YUV74.84130.92224.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 71.19%
GREEN value IS 5 (2.34% from 255) = 1.69%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=71.19%
G=1.69%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21058000.980.620.18338.0595.3542.16
HexD25500623E121525f2a
Octal32251200142762252213752
Binary11010010101101000001100010111110100101010100101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20550; }

 p { color: rgb(210,5,80); }

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

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

 a { background-color: rgb(210,5,80); }

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

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

 span { border-color: rgb(210,5,80); }

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