#D50C52

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

Shades of Razzmatazz #D50C52

Tints of Razzmatazz #D50C52

Color information

#D50C52 (or 0xD50C52) is unknown color: approx Razzmatazz. HEX triplet: D5, 0C and 52. RGB value is (213,12,82). Sum of RGB (Red+Green+Blue) = 213+12+82=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50C52 is #2AF3AD. Grayscale: #505050. Windows color (decimal): -2814894 or 5377237. OLE color: 5377237.

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

Color convert

RGB2131282-
CMYK00.940.620.16
HSL339.1º89.33%44.12%-
HSV(B)339.1º94.37%83.53%-
XYZ29.115.029.35-
YUV80.08129.09222.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 69.38%
GREEN value IS 12 (5.08% from 255) = 3.91%
BLUE value IS 82 (32.42% from 255) = 26.71%
R=69.38%
G=3.91%
B=26.71%

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
Decimal213128200.940.620.16339.189.3344.12
HexD5C5205E3E10153592c
Octal325141220136762052313154
Binary110101011100101001001011110111110100001010100111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50C52; }

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

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

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

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

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

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

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

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