#D512D3

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

Shades of Deep Magenta #D512D3

Tints of Deep Magenta #D512D3

Color information

#D512D3 (or 0xD512D3) is unknown color: approx Deep Magenta. HEX triplet: D5, 12 and D3. RGB value is (213,18,211). Sum of RGB (Red+Green+Blue) = 213+18+211=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 18 (7.42% from 255 or 4.07% from 442); Blue value is 211 (82.81% from 255 or 47.74% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D512D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D512D3 is #2AED2C. Grayscale: #616161. Windows color (decimal): -2813229 or 13832917. OLE color: 13832917.

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

Color convert

RGB21318211-
CMYK00.920.010.16
HSL300.62º84.42%45.29%-
HSV(B)300.62º91.55%83.53%-
XYZ39.4119.2863.27-
YUV98.31191.6209.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.19%
GREEN value IS 18 (7.42% from 255) = 4.07%
BLUE value IS 211 (82.81% from 255) = 47.74%
R=48.19%
G=4.07%
B=47.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131821100.920.010.16300.6284.4245.29
HexD512D305C11012d542d
Octal32522323013412045512455
Binary110101011001011010011010111001100001001011011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D512D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D512D3; }

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

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

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

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

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

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

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

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