#d318e3

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

Shades of Deep Magenta #D318E3

Tints of Deep Magenta #D318E3

Color information

#D318E3 (or 0xD318E3) is unknown color: approx Deep Magenta. HEX triplet: D3, 18 and E3. RGB value is (211,24,227). Sum of RGB (Red+Green+Blue) = 211+24+227=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 24 (9.77% from 255 or 5.19% from 462); Blue value is 227 (89.06% from 255 or 49.13% from 462); Max value from RGB is 227 - color contains mainly: blue. Hex color #D318E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D318E3 is #2CE71C. Grayscale: #666666. Windows color (decimal): -2942749 or 14883027. OLE color: 14883027.

HSL color Cylindrical-coordinate representation of color #D318E3: hue angle of 295.27º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D318E3 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21124227-
CMYK0.070.8900.11
HSL295.27º80.88%49.22%-
HSV(B)295.27º89.43%89.02%-
XYZ41.0620.0574.38-
YUV103.06197.95204.99-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.67%
GREEN value IS 24 (9.77% from 255) = 5.19%
BLUE value IS 227 (89.06% from 255) = 49.13%
R=45.67%
G=5.19%
B=49.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal211242270.070.8900.11295.2780.8849.22
HexD318E37590B1275131
Octal32330343713101344712161
Binary1101001111000111000111111011001010111001001111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d318e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d318e3; }

 p { color: rgb(211,24,227); }

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

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

 a { background-color: rgb(211,24,227); }

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

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

 span { border-color: rgb(211,24,227); }

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