#d10ede

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

Shades of Deep Magenta #D10EDE

Tints of Deep Magenta #D10EDE

Color information

#D10EDE (or 0xD10EDE) is unknown color: approx Deep Magenta. HEX triplet: D1, 0E and DE. RGB value is (209,14,222). Sum of RGB (Red+Green+Blue) = 209+14+222=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 14 (5.86% from 255 or 3.15% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #D10EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10EDE is #2EF121. Grayscale: #5F5F5F. Windows color (decimal): -3076386 or 14552785. OLE color: 14552785.

HSL color Cylindrical-coordinate representation of color #D10EDE: hue angle of 296.25º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10EDE is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20914222-
CMYK0.060.9400.13
HSL296.25º88.14%46.27%-
HSV(B)296.25º93.69%87.06%-
XYZ39.6419.1470.71-
YUV96.02199.1208.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.97%
GREEN value IS 14 (5.86% from 255) = 3.15%
BLUE value IS 222 (87.11% from 255) = 49.89%
R=46.97%
G=3.15%
B=49.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal209142220.060.9400.13296.2588.1446.27
HexD1EDE65E0D128582e
Octal32116336613601545013056
Binary110100011110110111101101011110011011001010001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d10ede

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d10ede; }

 p { color: rgb(209,14,222); }

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

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

 a { background-color: rgb(209,14,222); }

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

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

 span { border-color: rgb(209,14,222); }

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