#D50CB6

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

Shades of Deep Magenta #D50CB6

Tints of Deep Magenta #D50CB6

Color information

#D50CB6 (or 0xD50CB6) is unknown color: approx Deep Magenta. HEX triplet: D5, 0C and B6. RGB value is (213,12,182). Sum of RGB (Red+Green+Blue) = 213+12+182=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CB6 is #2AF349. Grayscale: #5B5B5B. Windows color (decimal): -2814794 or 11930837. OLE color: 11930837.

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

Color convert

RGB21312182-
CMYK00.940.150.16
HSL309.25º89.33%44.12%-
HSV(B)309.25º94.37%83.53%-
XYZ36.0217.7945.79-
YUV91.48179.09214.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.33%
GREEN value IS 12 (5.08% from 255) = 2.95%
BLUE value IS 182 (71.48% from 255) = 44.72%
R=52.33%
G=2.95%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131218200.940.150.16309.2589.3344.12
HexD5CB605EF10135592c
Octal325142660136172046513154
Binary11010101110010110110010111101111100001001101011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50CB6; }

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

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

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

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

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

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

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

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