#D510D6

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

Shades of Deep Magenta #D510D6

Tints of Deep Magenta #D510D6

Color information

#D510D6 (or 0xD510D6) is unknown color: approx Deep Magenta. HEX triplet: D5, 10 and D6. RGB value is (213,16,214). Sum of RGB (Red+Green+Blue) = 213+16+214=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: blue. Hex color #D510D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D510D6 is #2AEF29. Grayscale: #606060. Windows color (decimal): -2813738 or 14029013. OLE color: 14029013.

HSL color Cylindrical-coordinate representation of color #D510D6: hue angle of 299.7º 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 #D510D6 is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB21316214-
CMYK0.000.9300.16
HSL299.7º86.09%45.1%-
HSV(B)299.7º92.52%83.92%-
XYZ39.7619.3765.26-
YUV97.48193.77210.4-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213162140.000.9300.16299.786.0945.1
HexD510D605D01012c562d
Octal32520326013502045412655
Binary110101011000011010110010111010100001001011001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D510D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D510D6; }

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

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

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

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

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

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

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

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