#D50650

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

Shades of Razzmatazz #D50650

Tints of Razzmatazz #D50650

Color information

#D50650 (or 0xD50650) is unknown color: approx Razzmatazz. HEX triplet: D5, 06 and 50. RGB value is (213,6,80). Sum of RGB (Red+Green+Blue) = 213+6+80=299 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.24% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 213 - color contains mainly: red. Hex color #D50650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50650 is #2AF9AF. Grayscale: #4C4C4C. Windows color (decimal): -2816432 or 5244629. OLE color: 5244629.

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

Color convert

RGB213680-
CMYK00.970.620.16
HSL338.55º94.52%42.94%-
HSV(B)338.55º97.18%83.53%-
XYZ28.9514.868.93-
YUV76.33130.08225.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 71.24%
GREEN value IS 6 (2.73% from 255) = 2.01%
BLUE value IS 80 (31.64% from 255) = 26.76%
R=71.24%
G=2.01%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21368000.970.620.16338.5594.5242.94
HexD56500613E101535f2b
Octal32561200141762052313753
Binary11010101110101000001100001111110100001010100111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50650; }

 p { color: rgb(213,6,80); }

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

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

 a { background-color: rgb(213,6,80); }

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

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

 span { border-color: rgb(213,6,80); }

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