#d80fd5

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

Shades of Deep Magenta #D80FD5

Tints of Deep Magenta #D80FD5

Color information

#D80FD5 (or 0xD80FD5) is unknown color: approx Deep Magenta. HEX triplet: D8, 0F and D5. RGB value is (216,15,213). Sum of RGB (Red+Green+Blue) = 216+15+213=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D80FD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80FD5 is #27F02A. Grayscale: #616161. Windows color (decimal): -2617387 or 13963224. OLE color: 13963224.

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

Color convert

RGB21615213-
CMYK00.930.010.15
HSL300.9º87.01%45.29%-
HSV(B)300.9º93.06%84.71%-
XYZ40.519.7464.63-
YUV97.67193.09212.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.65%
GREEN value IS 15 (6.25% from 255) = 3.38%
BLUE value IS 213 (83.59% from 255) = 47.97%
R=48.65%
G=3.38%
B=47.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161521300.930.010.15300.987.0145.29
HexD8FD505D1F12d572d
Octal33017325013511745512755
Binary1101100011111101010101011101111111001011011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d80fd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d80fd5; }

 p { color: rgb(216,15,213); }

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

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

 a { background-color: rgb(216,15,213); }

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

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

 span { border-color: rgb(216,15,213); }

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