#D801BE

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

Shades of Deep Magenta #D801BE

Tints of Deep Magenta #D801BE

Color information

#D801BE (or 0xD801BE) is unknown color: approx Deep Magenta. HEX triplet: D8, 01 and BE. RGB value is (216,1,190). Sum of RGB (Red+Green+Blue) = 216+1+190=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D801BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D801BE is #27FE41. Grayscale: #565656. Windows color (decimal): -2620994 or 12452312. OLE color: 12452312.

HSL color Cylindrical-coordinate representation of color #D801BE: hue angle of 307.26º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D801BE is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB2161190-
CMYK01.000.120.15
HSL307.26º99.08%42.55%-
HSV(B)307.26º99.54%84.71%-
XYZ37.6218.3450.27-
YUV86.83186.23220.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.07%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=53.07%
G=0.25%
B=46.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216119001.000.120.15307.2699.0842.55
HexD81BE064CF133632b
Octal33012760144141746314353
Binary1101100011011111001100100110011111001100111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D801BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D801BE; }

 p { color: rgb(216,1,190); }

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

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

 a { background-color: rgb(216,1,190); }

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

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

 span { border-color: rgb(216,1,190); }

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