#d501dc

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

Shades of Deep Magenta #D501DC

Tints of Deep Magenta #D501DC

Color information

#D501DC (or 0xD501DC) is unknown color: approx Deep Magenta. HEX triplet: D5, 01 and DC. RGB value is (213,1,220). Sum of RGB (Red+Green+Blue) = 213+1+220=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #D501DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D501DC is #2AFE23. Grayscale: #585858. Windows color (decimal): -2817572 or 14418389. OLE color: 14418389.

HSL color Cylindrical-coordinate representation of color #D501DC: hue angle of 298.08º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D501DC is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2131220-
CMYK0.031.0000.14
HSL298.08º99.1%43.33%-
HSV(B)298.08º99.55%86.27%-
XYZ40.3719.3469.31-
YUV89.35201.74216.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.08%
GREEN value IS 1 (0.78% from 255) = 0.23%
BLUE value IS 220 (86.33% from 255) = 50.69%
R=49.08%
G=0.23%
B=50.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21312200.031.0000.14298.0899.143.33
HexD51DC3640E12a632b
Octal3251334314401645214353
Binary11010101111011100111100100011101001010101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d501dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d501dc; }

 p { color: rgb(213,1,220); }

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

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

 a { background-color: rgb(213,1,220); }

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

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

 span { border-color: rgb(213,1,220); }

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