#d10dc1

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

Shades of Deep Magenta #D10DC1

Tints of Deep Magenta #D10DC1

Color information

#D10DC1 (or 0xD10DC1) is unknown color: approx Deep Magenta. HEX triplet: D1, 0D and C1. RGB value is (209,13,193). Sum of RGB (Red+Green+Blue) = 209+13+193=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D10DC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10DC1 is #2EF23E. Grayscale: #5B5B5B. Windows color (decimal): -3076671 or 12651985. OLE color: 12651985.

HSL color Cylindrical-coordinate representation of color #D10DC1: hue angle of 304.9º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10DC1 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB20913193-
CMYK00.940.080.18
HSL304.9º88.29%43.53%-
HSV(B)304.9º93.78%81.96%-
XYZ36.0617.6951.97-
YUV92.12184.93211.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.36%
GREEN value IS 13 (5.47% from 255) = 3.13%
BLUE value IS 193 (75.78% from 255) = 46.51%
R=50.36%
G=3.13%
B=46.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091319300.940.080.18304.988.2943.53
HexD1DC105E812131582c
Octal321153010136102246113054
Binary11010001110111000001010111101000100101001100011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d10dc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d10dc1; }

 p { color: rgb(209,13,193); }

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

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

 a { background-color: rgb(209,13,193); }

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

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

 span { border-color: rgb(209,13,193); }

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