#D105C0

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

Shades of Deep Magenta #D105C0

Tints of Deep Magenta #D105C0

Color information

#D105C0 (or 0xD105C0) is unknown color: approx Deep Magenta. HEX triplet: D1, 05 and C0. RGB value is (209,5,192). Sum of RGB (Red+Green+Blue) = 209+5+192=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D105C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D105C0 is #2EFA3F. Grayscale: #565656. Windows color (decimal): -3078720 or 12584401. OLE color: 12584401.

HSL color Cylindrical-coordinate representation of color #D105C0: hue angle of 305º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D105C0 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB2095192-
CMYK00.980.080.18
HSL305º95.33%41.96%-
HSV(B)305º97.61%81.96%-
XYZ35.8617.4751.35-
YUV87.31187.09214.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.48%
GREEN value IS 5 (2.34% from 255) = 1.23%
BLUE value IS 192 (75.39% from 255) = 47.29%
R=51.48%
G=1.23%
B=47.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209519200.980.080.1830595.3341.96
HexD15C00628121315f2a
Octal32153000142102246113752
Binary1101000110111000000011000101000100101001100011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D105C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D105C0; }

 p { color: rgb(209,5,192); }

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

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

 a { background-color: rgb(209,5,192); }

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

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

 span { border-color: rgb(209,5,192); }

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