#D610D5

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

Shades of Deep Magenta #D610D5

Tints of Deep Magenta #D610D5

Color information

#D610D5 (or 0xD610D5) is unknown color: approx Deep Magenta. HEX triplet: D6, 10 and D5. RGB value is (214,16,213). Sum of RGB (Red+Green+Blue) = 214+16+213=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D610D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D610D5 is #29EF2A. Grayscale: #616161. Windows color (decimal): -2748203 or 13963478. OLE color: 13963478.

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

Color convert

RGB21416213-
CMYK00.930.000.16
HSL300.3º86.09%45.1%-
HSV(B)300.3º92.52%83.92%-
XYZ39.9319.4764.6-
YUV97.66193.1210.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.31%
GREEN value IS 16 (6.64% from 255) = 3.61%
BLUE value IS 213 (83.59% from 255) = 48.08%
R=48.31%
G=3.61%
B=48.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141621300.930.000.16300.386.0945.1
HexD610D505D01012c562d
Octal32620325013502045412655
Binary110101101000011010101010111010100001001011001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D610D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D610D5; }

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

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

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

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

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

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

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

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