#D50CB7

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

Shades of Deep Magenta #D50CB7

Tints of Deep Magenta #D50CB7

Color information

#D50CB7 (or 0xD50CB7) is unknown color: approx Deep Magenta. HEX triplet: D5, 0C and B7. RGB value is (213,12,183). Sum of RGB (Red+Green+Blue) = 213+12+183=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CB7 is #2AF348. Grayscale: #5B5B5B. Windows color (decimal): -2814793 or 11996373. OLE color: 11996373.

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

Color convert

RGB21312183-
CMYK00.940.140.16
HSL308.96º89.33%44.12%-
HSV(B)308.96º94.37%83.53%-
XYZ36.1217.8346.34-
YUV91.59179.59214.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.21%
GREEN value IS 12 (5.08% from 255) = 2.94%
BLUE value IS 183 (71.88% from 255) = 44.85%
R=52.21%
G=2.94%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131218300.940.140.16308.9689.3344.12
HexD5CB705EE10135592c
Octal325142670136162046513154
Binary11010101110010110111010111101110100001001101011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50CB7; }

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

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

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

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

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

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

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

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