#D80CDF

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

Shades of Deep Magenta #D80CDF

Tints of Deep Magenta #D80CDF

Color information

#D80CDF (or 0xD80CDF) is unknown color: approx Deep Magenta. HEX triplet: D8, 0C and DF. RGB value is (216,12,223). Sum of RGB (Red+Green+Blue) = 216+12+223=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 12 (5.08% from 255 or 2.66% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #D80CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80CDF is #27F320. Grayscale: #606060. Windows color (decimal): -2618145 or 14617816. OLE color: 14617816.

HSL color Cylindrical-coordinate representation of color #D80CDF: hue angle of 298.01º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80CDF is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21612223-
CMYK0.030.9500.13
HSL298.01º89.79%46.08%-
HSV(B)298.01º94.62%87.45%-
XYZ41.7720.1971.51-
YUV97.05199.09212.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.89%
GREEN value IS 12 (5.08% from 255) = 2.66%
BLUE value IS 223 (87.5% from 255) = 49.45%
R=47.89%
G=2.66%
B=49.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal216122230.030.9500.13298.0189.7946.08
HexD8CDF35F0D12a5a2e
Octal33014337313701545213256
Binary11011000110011011111111011111011011001010101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80CDF; }

 p { color: rgb(216,12,223); }

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

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

 a { background-color: rgb(216,12,223); }

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

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

 span { border-color: rgb(216,12,223); }

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