#D315C4

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

Shades of Deep Magenta #D315C4

Tints of Deep Magenta #D315C4

Color information

#D315C4 (or 0xD315C4) is unknown color: approx Deep Magenta. HEX triplet: D3, 15 and C4. RGB value is (211,21,196). Sum of RGB (Red+Green+Blue) = 211+21+196=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 196 (76.95% from 255 or 45.79% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D315C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D315C4 is #2CEA3B. Grayscale: #616161. Windows color (decimal): -2943548 or 12850643. OLE color: 12850643.

HSL color Cylindrical-coordinate representation of color #D315C4: hue angle of 304.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D315C4 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB21121196-
CMYK00.900.070.17
HSL304.74º81.9%45.49%-
HSV(B)304.74º90.05%82.75%-
XYZ37.118.3753.82-
YUV97.76183.45208.77-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.30%
GREEN value IS 21 (8.59% from 255) = 4.91%
BLUE value IS 196 (76.95% from 255) = 45.79%
R=49.30%
G=4.91%
B=45.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112119600.900.070.17304.7481.945.49
HexD315C405A711131522d
Octal32325304013272146112255
Binary11010011101011100010001011010111100011001100011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D315C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D315C4; }

 p { color: rgb(211,21,196); }

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

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

 a { background-color: rgb(211,21,196); }

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

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

 span { border-color: rgb(211,21,196); }

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