Html Css Color HEX #D517DD Deep Magenta

📋 copy color: '#D517DD'

red 213 ◦ green 23 ◦ blue 221

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

Shades of Deep Magenta #D517DD

Tints of Deep Magenta #D517DD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.03%

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

R = 46.61%
G = 5.03%
B = 48.36%

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

#D517DD (or 0xD517DD) is known color: Deep Magenta. HEX triplet: D5, 17 and DD. RGB value is (213,23,221). Sum of RGB (Red+Green+Blue) = 213+23+221=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 23 (9.38% from 255 or 5.03% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #D517DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D517DD is #2AE822. Grayscale: #656565. Windows color (decimal): -2811939 or 14489557. OLE color: 14489557.

HSL color Cylindrical-coordinate representation of color #D517DD: hue angle of 297.58º degrees, saturation: 0.81, 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 #D517DD is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 23 221 -
CMYK 0.04 0.90 0 0.13
HSL 297.58º 0.81% 0.48% -
HSV(B) 297.58º 0.9% 0.87% -
XYZ 40.8 19.98 70.11 -
YUV 102.38 194.95 206.9 -
System Red Green Blue C M Y K H S L
Decimal 213 23 221 0.04 0.90 0 0.13 297.58 0.81 0.48
Hex D5 17 DD 4 5A 0 D 12A 51 30
Octal 325 27 335 4 132 0 15 452 121 60
Binary 11010101 10111 11011101 100 1011010 0 1101 100101010 1010001 110000

Color Harmonies of #D517DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D517DD

Black with #D517DD

Text Example


Text Example

White with #D517DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D517DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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