#D50C51

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

Shades of Razzmatazz #D50C51

Tints of Razzmatazz #D50C51

Color information

#D50C51 (or 0xD50C51) is unknown color: approx Razzmatazz. HEX triplet: D5, 0C and 51. RGB value is (213,12,81). Sum of RGB (Red+Green+Blue) = 213+12+81=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50C51 is #2AF3AE. Grayscale: #4F4F4F. Windows color (decimal): -2814895 or 5311701. OLE color: 5311701.

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

Color convert

RGB2131281-
CMYK00.940.620.16
HSL339.4º89.33%44.12%-
HSV(B)339.4º94.37%83.53%-
XYZ29.06159.15-
YUV79.96128.59222.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 69.61%
GREEN value IS 12 (5.08% from 255) = 3.92%
BLUE value IS 81 (32.03% from 255) = 26.47%
R=69.61%
G=3.92%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213128100.940.620.16339.489.3344.12
HexD5C5105E3E10153592c
Octal325141210136762052313154
Binary110101011100101000101011110111110100001010100111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50C51; }

 p { color: rgb(213,12,81); }

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

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

 a { background-color: rgb(213,12,81); }

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

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

 span { border-color: rgb(213,12,81); }

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