Html Css Color HEX #D516DA Deep Magenta

📋 copy color: '#D516DA'

red 213 ◦ green 22 ◦ blue 218

#D516DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D516DA

Tints of Deep Magenta #D516DA

RGB

 RED value IS 213 (83.59% from 255) = 47.02%

 GREEN value IS 22 (8.98% from 255) = 4.86%

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 47.02%
G = 4.86%
B = 48.12%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D516DA (or 0xD516DA) is known color: Deep Magenta. HEX triplet: D5, 16 and DA. RGB value is (213,22,218). Sum of RGB (Red+Green+Blue) = 213+22+218=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 22 (8.98% from 255 or 4.86% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #D516DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D516DA is #2AE925. Grayscale: #646464. Windows color (decimal): -2812198 or 14292693. OLE color: 14292693.

HSL color Cylindrical-coordinate representation of color #D516DA: hue angle of 298.47º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D516DA is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 22 218 -
CMYK 0.02 0.90 0 0.15
HSL 298.47º 0.82% 0.47% -
HSV(B) 298.47º 0.9% 0.85% -
XYZ 40.38 19.78 68.02 -
YUV 101.45 193.78 207.56 -
System Red Green Blue C M Y K H S L
Decimal 213 22 218 0.02 0.90 0 0.15 298.47 0.82 0.47
Hex D5 16 DA 2 5A 0 F 12A 52 2F
Octal 325 26 332 2 132 0 17 452 122 57
Binary 11010101 10110 11011010 10 1011010 0 1111 100101010 1010010 101111

Color Harmonies of #D516DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D516DA

Black with #D516DA

Text Example


Text Example

White with #D516DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D516DA; }

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

 H1.HeaderClassName
 {
   color: #D516DA;
 }
 .AnyTagClassName
 {
   color: #D516DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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