Html Css Color HEX #D517DB Deep Magenta

📋 copy color: '#D517DB'

red 213 ◦ green 23 ◦ blue 219

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

Shades of Deep Magenta #D517DB

Tints of Deep Magenta #D517DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 46.81%
G = 5.05%
B = 48.13%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D517DB (or 0xD517DB) is known color: Deep Magenta. HEX triplet: D5, 17 and DB. RGB value is (213,23,219). Sum of RGB (Red+Green+Blue) = 213+23+219=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 23 (9.38% from 255 or 5.05% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #D517DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D517DB is #2AE824. Grayscale: #656565. Windows color (decimal): -2811941 or 14358485. OLE color: 14358485.

HSL color Cylindrical-coordinate representation of color #D517DB: hue angle of 298.16º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D517DB is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 23 219 -
CMYK 0.03 0.89 0 0.14
HSL 298.16º 0.81% 0.47% -
HSV(B) 298.16º 0.89% 0.86% -
XYZ 40.53 19.87 68.72 -
YUV 102.15 193.95 207.06 -
System Red Green Blue C M Y K H S L
Decimal 213 23 219 0.03 0.89 0 0.14 298.16 0.81 0.47
Hex D5 17 DB 3 59 0 E 12A 51 2F
Octal 325 27 333 3 131 0 16 452 121 57
Binary 11010101 10111 11011011 11 1011001 0 1110 100101010 1010001 101111

Color Harmonies of #D517DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D517DB

Black with #D517DB

Text Example


Text Example

White with #D517DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D517DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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