#D512C1

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

Shades of Deep Magenta #D512C1

Tints of Deep Magenta #D512C1

Color information

#D512C1 (or 0xD512C1) is unknown color: approx Deep Magenta. HEX triplet: D5, 12 and C1. RGB value is (213,18,193). Sum of RGB (Red+Green+Blue) = 213+18+193=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D512C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D512C1 is #2AED3E. Grayscale: #5F5F5F. Windows color (decimal): -2813247 or 12653269. OLE color: 12653269.

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

Color convert

RGB21318193-
CMYK00.920.090.16
HSL306.15º84.42%45.29%-
HSV(B)306.15º91.55%83.53%-
XYZ37.2818.4352.04-
YUV96.26182.6211.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.24%
GREEN value IS 18 (7.42% from 255) = 4.25%
BLUE value IS 193 (75.78% from 255) = 45.52%
R=50.24%
G=4.25%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131819300.920.090.16306.1584.4245.29
HexD512C105C910132542d
Octal325223010134112046212455
Binary110101011001011000001010111001001100001001100101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D512C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D512C1; }

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

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

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

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

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

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

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

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