#D81EBB

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

Shades of Deep Magenta #D81EBB

Tints of Deep Magenta #D81EBB

Color information

#D81EBB (or 0xD81EBB) is unknown color: approx Deep Magenta. HEX triplet: D8, 1E and BB. RGB value is (216,30,187). Sum of RGB (Red+Green+Blue) = 216+30+187=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D81EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81EBB is #27E144. Grayscale: #676767. Windows color (decimal): -2613573 or 12263128. OLE color: 12263128.

HSL color Cylindrical-coordinate representation of color #D81EBB: hue angle of 309.35º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81EBB is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB21630187-
CMYK00.860.130.15
HSL309.35º75.61%48.24%-
HSV(B)309.35º86.11%84.71%-
XYZ37.7519.1248.71-
YUV103.51175.12208.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.88%
GREEN value IS 30 (12.11% from 255) = 6.93%
BLUE value IS 187 (73.44% from 255) = 43.19%
R=49.88%
G=6.93%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163018700.860.130.15309.3575.6148.24
HexD81EBB056DF1354c30
Octal330362730126151746511460
Binary11011000111101011101101010110110111111001101011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81EBB; }

 p { color: rgb(216,30,187); }

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

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

 a { background-color: rgb(216,30,187); }

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

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

 span { border-color: rgb(216,30,187); }

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