#d10cb5

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

Shades of Deep Magenta #D10CB5

Tints of Deep Magenta #D10CB5

Color information

#D10CB5 (or 0xD10CB5) is unknown color: approx Deep Magenta. HEX triplet: D1, 0C and B5. RGB value is (209,12,181). Sum of RGB (Red+Green+Blue) = 209+12+181=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D10CB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10CB5 is #2EF34A. Grayscale: #595959. Windows color (decimal): -3076939 or 11865297. OLE color: 11865297.

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

Color convert

RGB20912181-
CMYK00.940.130.18
HSL308.53º89.14%43.33%-
HSV(B)308.53º94.26%81.96%-
XYZ34.7717.1545.19-
YUV90.17179.27212.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.99%
GREEN value IS 12 (5.08% from 255) = 2.99%
BLUE value IS 181 (71.09% from 255) = 45.02%
R=51.99%
G=2.99%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091218100.940.130.18308.5389.1443.33
HexD1CB505ED12135592b
Octal321142650136152246513153
Binary11010001110010110101010111101101100101001101011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d10cb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d10cb5; }

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

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

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

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

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

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

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

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