#D508DA

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

Shades of Deep Magenta #D508DA

Tints of Deep Magenta #D508DA

Color information

#D508DA (or 0xD508DA) is unknown color: approx Deep Magenta. HEX triplet: D5, 08 and DA. RGB value is (213,8,218). Sum of RGB (Red+Green+Blue) = 213+8+218=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 8 (3.52% from 255 or 1.82% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #D508DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D508DA is #2AF725. Grayscale: #5C5C5C. Windows color (decimal): -2815782 or 14289109. OLE color: 14289109.

HSL color Cylindrical-coordinate representation of color #D508DA: hue angle of 298.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D508DA is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2138218-
CMYK0.020.9600.15
HSL298.57º92.92%44.31%-
HSV(B)298.57º96.33%85.49%-
XYZ40.1819.3867.95-
YUV93.24198.42213.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.52%
GREEN value IS 8 (3.52% from 255) = 1.82%
BLUE value IS 218 (85.55% from 255) = 49.66%
R=48.52%
G=1.82%
B=49.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21382180.020.9600.15298.5792.9244.31
HexD58DA2600F12b5d2c
Octal32510332214001745313554
Binary11010101100011011010101100000011111001010111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D508DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D508DA; }

 p { color: rgb(213,8,218); }

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

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

 a { background-color: rgb(213,8,218); }

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

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

 span { border-color: rgb(213,8,218); }

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