#d10cd6

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

Shades of Deep Magenta #D10CD6

Tints of Deep Magenta #D10CD6

Color information

#D10CD6 (or 0xD10CD6) is unknown color: approx Deep Magenta. HEX triplet: D1, 0C and D6. RGB value is (209,12,214). Sum of RGB (Red+Green+Blue) = 209+12+214=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #D10CD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10CD6 is #2EF329. Grayscale: #5D5D5D. Windows color (decimal): -3076906 or 14027985. OLE color: 14027985.

HSL color Cylindrical-coordinate representation of color #D10CD6: hue angle of 298.51º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10CD6 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20912214-
CMYK0.020.9400.16
HSL298.51º89.38%44.31%-
HSV(B)298.51º94.39%83.92%-
XYZ38.5618.6765.19-
YUV93.93195.77210.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.05%
GREEN value IS 12 (5.08% from 255) = 2.76%
BLUE value IS 214 (83.98% from 255) = 49.20%
R=48.05%
G=2.76%
B=49.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal209122140.020.9400.16298.5189.3844.31
HexD1CD625E01012b592c
Octal32114326213602045313154
Binary110100011100110101101010111100100001001010111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d10cd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d10cd6; }

 p { color: rgb(209,12,214); }

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

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

 a { background-color: rgb(209,12,214); }

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

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

 span { border-color: rgb(209,12,214); }

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