Html Css Color HEX #D516DD Deep Magenta

📋 copy color: '#D516DD'

red 213 ◦ green 22 ◦ blue 221

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

Shades of Deep Magenta #D516DD

Tints of Deep Magenta #D516DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 46.71%
G = 4.82%
B = 48.46%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D516DD (or 0xD516DD) is known color: Deep Magenta. HEX triplet: D5, 16 and DD. RGB value is (213,22,221). Sum of RGB (Red+Green+Blue) = 213+22+221=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 22 (8.98% from 255 or 4.82% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #D516DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D516DD is #2AE922. Grayscale: #656565. Windows color (decimal): -2812195 or 14489301. OLE color: 14489301.

HSL color Cylindrical-coordinate representation of color #D516DD: hue angle of 297.59º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D516DD is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 22 221 -
CMYK 0.04 0.90 0 0.13
HSL 297.59º 0.82% 0.48% -
HSV(B) 297.59º 0.9% 0.87% -
XYZ 40.78 19.94 70.11 -
YUV 101.8 195.28 207.32 -
System Red Green Blue C M Y K H S L
Decimal 213 22 221 0.04 0.90 0 0.13 297.59 0.82 0.48
Hex D5 16 DD 4 5A 0 D 12A 52 30
Octal 325 26 335 4 132 0 15 452 122 60
Binary 11010101 10110 11011101 100 1011010 0 1101 100101010 1010010 110000

Color Harmonies of #D516DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D516DD

Black with #D516DD

Text Example


Text Example

White with #D516DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D516DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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