Html Css Color HEX #D518DF Deep Magenta

📋 copy color: '#D518DF'

red 213 ◦ green 24 ◦ blue 223

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

Shades of Deep Magenta #D518DF

Tints of Deep Magenta #D518DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 46.3%
G = 5.22%
B = 48.48%

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

#D518DF (or 0xD518DF) is known color: Deep Magenta. HEX triplet: D5, 18 and DF. RGB value is (213,24,223). Sum of RGB (Red+Green+Blue) = 213+24+223=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #D518DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D518DF is #2AE720. Grayscale: #666666. Windows color (decimal): -2811681 or 14620885. OLE color: 14620885.

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

Color convert

RGB 213 24 223 -
CMYK 0.04 0.89 0 0.13
HSL 296.98º 0.81% 0.48% -
HSV(B) 296.98º 0.89% 0.87% -
XYZ 41.09 20.13 71.53 -
YUV 103.2 195.62 206.32 -
System Red Green Blue C M Y K H S L
Decimal 213 24 223 0.04 0.89 0 0.13 296.98 0.81 0.48
Hex D5 18 DF 4 59 0 D 129 51 30
Octal 325 30 337 4 131 0 15 451 121 60
Binary 11010101 11000 11011111 100 1011001 0 1101 100101001 1010001 110000

Color Harmonies of #D518DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D518DF

Black with #D518DF

Text Example


Text Example

White with #D518DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D518DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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