#D005BE

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

Shades of Deep Magenta #D005BE

Tints of Deep Magenta #D005BE

Color information

#D005BE (or 0xD005BE) is unknown color: approx Deep Magenta. HEX triplet: D0, 05 and BE. RGB value is (208,5,190). Sum of RGB (Red+Green+Blue) = 208+5+190=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D005BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D005BE is #2FFA41. Grayscale: #565656. Windows color (decimal): -3144258 or 12453328. OLE color: 12453328.

HSL color Cylindrical-coordinate representation of color #D005BE: hue angle of 305.32º 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 #D005BE is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB2085190-
CMYK00.980.090.18
HSL305.32º95.31%41.76%-
HSV(B)305.32º97.6%81.57%-
XYZ35.3617.2450.18-
YUV86.79186.25214.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.61%
GREEN value IS 5 (2.34% from 255) = 1.24%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=51.61%
G=1.24%
B=47.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208519000.980.090.18305.3295.3141.76
HexD05BE0629121315f2a
Octal32052760142112246113752
Binary1101000010110111110011000101001100101001100011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D005BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D005BE; }

 p { color: rgb(208,5,190); }

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

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

 a { background-color: rgb(208,5,190); }

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

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

 span { border-color: rgb(208,5,190); }

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