#D512C7

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

Shades of Deep Magenta #D512C7

Tints of Deep Magenta #D512C7

Color information

#D512C7 (or 0xD512C7) is unknown color: approx Deep Magenta. HEX triplet: D5, 12 and C7. RGB value is (213,18,199). Sum of RGB (Red+Green+Blue) = 213+18+199=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D512C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D512C7 is #2AED38. Grayscale: #606060. Windows color (decimal): -2813241 or 13046485. OLE color: 13046485.

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

Color convert

RGB21318199-
CMYK00.920.070.16
HSL304.31º84.42%45.29%-
HSV(B)304.31º91.55%83.53%-
XYZ37.9718.755.64-
YUV96.94185.6210.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.53%
GREEN value IS 18 (7.42% from 255) = 4.19%
BLUE value IS 199 (78.12% from 255) = 46.28%
R=49.53%
G=4.19%
B=46.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131819900.920.070.16304.3184.4245.29
HexD512C705C710130542d
Octal32522307013472046012455
Binary11010101100101100011101011100111100001001100001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D512C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D512C7; }

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

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

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

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

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

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

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

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