Html Css Color HEX #D518DE Deep Magenta

📋 copy color: '#D518DE'

red 213 ◦ green 24 ◦ blue 222

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

Shades of Deep Magenta #D518DE

Tints of Deep Magenta #D518DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 46.41%
G = 5.23%
B = 48.37%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D518DE (or 0xD518DE) is known color: Deep Magenta. HEX triplet: D5, 18 and DE. RGB value is (213,24,222). Sum of RGB (Red+Green+Blue) = 213+24+222=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 24 (9.77% from 255 or 5.23% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #D518DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D518DE is #2AE721. Grayscale: #666666. Windows color (decimal): -2811682 or 14555349. OLE color: 14555349.

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

Color convert

RGB 213 24 222 -
CMYK 0.04 0.89 0 0.13
HSL 297.27º 0.8% 0.48% -
HSV(B) 297.27º 0.89% 0.87% -
XYZ 40.95 20.07 70.82 -
YUV 103.08 195.12 206.4 -
System Red Green Blue C M Y K H S L
Decimal 213 24 222 0.04 0.89 0 0.13 297.27 0.8 0.48
Hex D5 18 DE 4 59 0 D 129 50 30
Octal 325 30 336 4 131 0 15 451 120 60
Binary 11010101 11000 11011110 100 1011001 0 1101 100101001 1010000 110000

Color Harmonies of #D518DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D518DE

Black with #D518DE

Text Example


Text Example

White with #D518DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D518DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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