#D512C0

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

Shades of Deep Magenta #D512C0

Tints of Deep Magenta #D512C0

Color information

#D512C0 (or 0xD512C0) is unknown color: approx Deep Magenta. HEX triplet: D5, 12 and C0. RGB value is (213,18,192). Sum of RGB (Red+Green+Blue) = 213+18+192=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D512C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D512C0 is #2AED3F. Grayscale: #5F5F5F. Windows color (decimal): -2813248 or 12587733. OLE color: 12587733.

HSL color Cylindrical-coordinate representation of color #D512C0: hue angle of 306.46º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D512C0 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB21318192-
CMYK00.920.100.16
HSL306.46º84.42%45.29%-
HSV(B)306.46º91.55%83.53%-
XYZ37.1718.3851.46-
YUV96.14182.1211.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.35%
GREEN value IS 18 (7.42% from 255) = 4.26%
BLUE value IS 192 (75.39% from 255) = 45.39%
R=50.35%
G=4.26%
B=45.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131819200.920.100.16306.4684.4245.29
HexD512C005CA10132542d
Octal325223000134122046212455
Binary110101011001011000000010111001010100001001100101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D512C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D512C0; }

 p { color: rgb(213,18,192); }

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

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

 a { background-color: rgb(213,18,192); }

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

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

 span { border-color: rgb(213,18,192); }

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