#D500D6

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

Shades of Deep Magenta #D500D6

Tints of Deep Magenta #D500D6

Color information

#D500D6 (or 0xD500D6) is unknown color: approx Deep Magenta. HEX triplet: D5, 00 and D6. RGB value is (213,0,214). Sum of RGB (Red+Green+Blue) = 213+0+214=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #D500D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500D6 is #2AFF29. Grayscale: #575757. Windows color (decimal): -2817834 or 14024917. OLE color: 14024917.

HSL color Cylindrical-coordinate representation of color #D500D6: hue angle of 299.72º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D500D6 is Cyan = 0.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2130214-
CMYK0.00100.16
HSL299.72º100%41.96%-
HSV(B)299.72º100%83.92%-
XYZ39.581965.2-
YUV88.08199.07217.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 214 (83.98% from 255) = 50.12%
R=49.88%
G=0%
B=50.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21302140.00100.16299.7210041.96
HexD50D606401012c642a
Octal3250326014402045414452
Binary11010101011010110011001000100001001011001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D500D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D500D6; }

 p { color: rgb(213,0,214); }

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

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

 a { background-color: rgb(213,0,214); }

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

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

 span { border-color: rgb(213,0,214); }

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