Html Css Color HEX #D518DB Deep Magenta

📋 copy color: '#D518DB'

red 213 ◦ green 24 ◦ blue 219

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

Shades of Deep Magenta #D518DB

Tints of Deep Magenta #D518DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.26%

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

R = 46.71%
G = 5.26%
B = 48.03%

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

#D518DB (or 0xD518DB) is known color: Deep Magenta. HEX triplet: D5, 18 and DB. RGB value is (213,24,219). Sum of RGB (Red+Green+Blue) = 213+24+219=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #D518DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D518DB is #2AE724. Grayscale: #666666. Windows color (decimal): -2811685 or 14358741. OLE color: 14358741.

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

Color convert

RGB 213 24 219 -
CMYK 0.03 0.89 0 0.14
HSL 298.15º 0.8% 0.48% -
HSV(B) 298.15º 0.89% 0.86% -
XYZ 40.55 19.91 68.72 -
YUV 102.74 193.62 206.64 -
System Red Green Blue C M Y K H S L
Decimal 213 24 219 0.03 0.89 0 0.14 298.15 0.8 0.48
Hex D5 18 DB 3 59 0 E 12A 50 30
Octal 325 30 333 3 131 0 16 452 120 60
Binary 11010101 11000 11011011 11 1011001 0 1110 100101010 1010000 110000

Color Harmonies of #D518DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D518DB

Black with #D518DB

Text Example


Text Example

White with #D518DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D518DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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