#D910E1

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

Shades of Deep Magenta #D910E1

Tints of Deep Magenta #D910E1

Color information

#D910E1 (or 0xD910E1) is unknown color: approx Deep Magenta. HEX triplet: D9, 10 and E1. RGB value is (217,16,225). Sum of RGB (Red+Green+Blue) = 217+16+225=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 225 (88.28% from 255 or 49.13% from 458); Max value from RGB is 225 - color contains mainly: blue. Hex color #D910E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D910E1 is #26EF1E. Grayscale: #636363. Windows color (decimal): -2551583 or 14749913. OLE color: 14749913.

HSL color Cylindrical-coordinate representation of color #D910E1: hue angle of 297.7º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D910E1 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21716225-
CMYK0.040.9300.12
HSL297.7º86.72%47.25%-
HSV(B)297.7º92.89%88.24%-
XYZ42.3920.5672.97-
YUV99.92198.59211.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.38%
GREEN value IS 16 (6.64% from 255) = 3.49%
BLUE value IS 225 (88.28% from 255) = 49.13%
R=47.38%
G=3.49%
B=49.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal217162250.040.9300.12297.786.7247.25
HexD910E145D0C12a572f
Octal33120341413501445212757
Binary1101100110000111000011001011101011001001010101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D910E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D910E1; }

 p { color: rgb(217,16,225); }

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

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

 a { background-color: rgb(217,16,225); }

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

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

 span { border-color: rgb(217,16,225); }

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