#D81BD6

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

Shades of Deep Magenta #D81BD6

Tints of Deep Magenta #D81BD6

Color information

#D81BD6 (or 0xD81BD6) is unknown color: approx Deep Magenta. HEX triplet: D8, 1B and D6. RGB value is (216,27,214). Sum of RGB (Red+Green+Blue) = 216+27+214=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 27 (10.94% from 255 or 5.91% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D81BD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81BD6 is #27E429. Grayscale: #686868. Windows color (decimal): -2614314 or 14031832. OLE color: 14031832.

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

Color convert

RGB21627214-
CMYK00.880.010.15
HSL300.63º77.78%47.65%-
HSV(B)300.63º87.5%84.71%-
XYZ40.8520.2465.37-
YUV104.83189.62207.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.26%
GREEN value IS 27 (10.94% from 255) = 5.91%
BLUE value IS 214 (83.98% from 255) = 46.83%
R=47.26%
G=5.91%
B=46.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162721400.880.010.15300.6377.7847.65
HexD81BD60581F12d4e30
Octal33033326013011745511660
Binary11011000110111101011001011000111111001011011001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81BD6; }

 p { color: rgb(216,27,214); }

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

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

 a { background-color: rgb(216,27,214); }

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

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

 span { border-color: rgb(216,27,214); }

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