#D50DC7

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

Shades of Deep Magenta #D50DC7

Tints of Deep Magenta #D50DC7

Color information

#D50DC7 (or 0xD50DC7) is unknown color: approx Deep Magenta. HEX triplet: D5, 0D and C7. RGB value is (213,13,199). Sum of RGB (Red+Green+Blue) = 213+13+199=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 199 (78.12% from 255 or 46.82% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D50DC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50DC7 is #2AF238. Grayscale: #5D5D5D. Windows color (decimal): -2814521 or 13045205. OLE color: 13045205.

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

Color convert

RGB21313199-
CMYK00.940.070.16
HSL304.2º88.5%44.31%-
HSV(B)304.2º93.9%83.53%-
XYZ37.8918.5655.62-
YUV94187.26212.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.12%
GREEN value IS 13 (5.47% from 255) = 3.06%
BLUE value IS 199 (78.12% from 255) = 46.82%
R=50.12%
G=3.06%
B=46.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131319900.940.070.16304.288.544.31
HexD5DC705E710130582c
Octal32515307013672046013054
Binary1101010111011100011101011110111100001001100001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50DC7; }

 p { color: rgb(213,13,199); }

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

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

 a { background-color: rgb(213,13,199); }

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

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

 span { border-color: rgb(213,13,199); }

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