Html Css Color HEX #D518D6 Deep Magenta

📋 copy color: '#D518D6'

red 213 ◦ green 24 ◦ blue 214

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

Shades of Deep Magenta #D518D6

Tints of Deep Magenta #D518D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.45%

R = 47.23%
G = 5.32%
B = 47.45%

CMYK

 C value IS 0.00

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D518D6 (or 0xD518D6) is known color: Deep Magenta. HEX triplet: D5, 18 and D6. RGB value is (213,24,214). Sum of RGB (Red+Green+Blue) = 213+24+214=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 24 (9.77% from 255 or 5.32% from 451); Blue value is 214 (83.98% from 255 or 47.45% from 451); Max value from RGB is 214 - color contains mainly: blue. Hex color #D518D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D518D6 is #2AE729. Grayscale: #656565. Windows color (decimal): -2811690 or 14031061. OLE color: 14031061.

HSL color Cylindrical-coordinate representation of color #D518D6: hue angle of 299.68º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D518D6 is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 24 214 -
CMYK 0.00 0.89 0 0.16
HSL 299.68º 0.8% 0.47% -
HSV(B) 299.68º 0.89% 0.84% -
XYZ 39.9 19.65 65.31 -
YUV 102.17 191.12 207.05 -
System Red Green Blue C M Y K H S L
Decimal 213 24 214 0.00 0.89 0 0.16 299.68 0.8 0.47
Hex D5 18 D6 0 59 0 10 12C 50 2F
Octal 325 30 326 0 131 0 20 454 120 57
Binary 11010101 11000 11010110 0 1011001 0 10000 100101100 1010000 101111

Color Harmonies of #D518D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D518D6

Black with #D518D6

Text Example


Text Example

White with #D518D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D518D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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