#D312D5

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

Shades of Deep Magenta #D312D5

Tints of Deep Magenta #D312D5

Color information

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

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

Color convert

RGB21118213-
CMYK0.010.9200.16
HSL299.38º84.42%45.29%-
HSV(B)299.38º91.55%83.53%-
XYZ39.0919.0964.57-
YUV97.94192.94208.64-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal211182130.010.9200.16299.3884.4245.29
HexD312D515C01012b542d
Octal32322325113402045312455
Binary110100111001011010101110111000100001001010111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D312D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D312D5; }

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

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

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

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

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

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

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

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