#D61FD5

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

Shades of Deep Magenta #D61FD5

Tints of Deep Magenta #D61FD5

Color information

#D61FD5 (or 0xD61FD5) is unknown color: approx Deep Magenta. HEX triplet: D6, 1F and D5. RGB value is (214,31,213). Sum of RGB (Red+Green+Blue) = 214+31+213=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 31 (12.5% from 255 or 6.77% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D61FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61FD5 is #29E02A. Grayscale: #696969. Windows color (decimal): -2744363 or 13967318. OLE color: 13967318.

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

Color convert

RGB21431213-
CMYK00.860.000.16
HSL300.33º74.69%48.04%-
HSV(B)300.33º85.51%83.92%-
XYZ40.2320.0864.71-
YUV106.46188.13204.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.72%
GREEN value IS 31 (12.5% from 255) = 6.77%
BLUE value IS 213 (83.59% from 255) = 46.51%
R=46.72%
G=6.77%
B=46.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143121300.860.000.16300.3374.6948.04
HexD61FD505601012c4b30
Octal32637325012602045411360
Binary110101101111111010101010101100100001001011001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61FD5; }

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

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

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

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

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

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

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

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