#D108BE

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

Shades of Deep Magenta #D108BE

Tints of Deep Magenta #D108BE

Color information

#D108BE (or 0xD108BE) is unknown color: approx Deep Magenta. HEX triplet: D1, 08 and BE. RGB value is (209,8,190). Sum of RGB (Red+Green+Blue) = 209+8+190=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D108BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D108BE is #2EF741. Grayscale: #585858. Windows color (decimal): -3077954 or 12454097. OLE color: 12454097.

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

Color convert

RGB2098190-
CMYK00.960.090.18
HSL305.67º92.63%42.55%-
HSV(B)305.67º96.17%81.96%-
XYZ35.6817.4550.2-
YUV88.85185.09213.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.35%
GREEN value IS 8 (3.52% from 255) = 1.97%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=51.35%
G=1.97%
B=46.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209819000.960.090.18305.6792.6342.55
HexD18BE0609121325d2b
Octal321102760140112246213553
Binary11010001100010111110011000001001100101001100101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D108BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D108BE; }

 p { color: rgb(209,8,190); }

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

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

 a { background-color: rgb(209,8,190); }

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

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

 span { border-color: rgb(209,8,190); }

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