#d10dc8

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

Shades of Deep Magenta #D10DC8

Tints of Deep Magenta #D10DC8

Color information

#D10DC8 (or 0xD10DC8) is unknown color: approx Deep Magenta. HEX triplet: D1, 0D and C8. RGB value is (209,13,200). Sum of RGB (Red+Green+Blue) = 209+13+200=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D10DC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10DC8 is #2EF237. Grayscale: #5C5C5C. Windows color (decimal): -3076664 or 13110737. OLE color: 13110737.

HSL color Cylindrical-coordinate representation of color #D10DC8: hue angle of 302.76º 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 #D10DC8 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB20913200-
CMYK00.940.040.18
HSL302.76º88.29%43.53%-
HSV(B)302.76º93.78%81.96%-
XYZ36.8618.0156.18-
YUV92.92188.43210.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.53%
GREEN value IS 13 (5.47% from 255) = 3.08%
BLUE value IS 200 (78.52% from 255) = 47.39%
R=49.53%
G=3.08%
B=47.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091320000.940.040.18302.7688.2943.53
HexD1DC805E41212f582c
Octal32115310013642245713054
Binary1101000111011100100001011110100100101001011111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d10dc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d10dc8; }

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

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

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

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

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

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

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

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