#D10DC4

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

Shades of Deep Magenta #D10DC4

Tints of Deep Magenta #D10DC4

Color information

#D10DC4 (or 0xD10DC4) is unknown color: approx Deep Magenta. HEX triplet: D1, 0D and C4. RGB value is (209,13,196). Sum of RGB (Red+Green+Blue) = 209+13+196=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D10DC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10DC4 is #2EF23B. Grayscale: #5B5B5B. Windows color (decimal): -3076668 or 12848593. OLE color: 12848593.

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

Color convert

RGB20913196-
CMYK00.940.060.18
HSL303.98º88.29%43.53%-
HSV(B)303.98º93.78%81.96%-
XYZ36.417.8353.75-
YUV92.47186.43211.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50%
GREEN value IS 13 (5.47% from 255) = 3.11%
BLUE value IS 196 (76.95% from 255) = 46.89%
R=50%
G=3.11%
B=46.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091319600.940.060.18303.9888.2943.53
HexD1DC405E612130582c
Octal32115304013662246013054
Binary1101000111011100010001011110110100101001100001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10DC4; }

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

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

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

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

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

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

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

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