Html Css Color HEX #D518DD Deep Magenta

📋 copy color: '#D518DD'

red 213 ◦ green 24 ◦ blue 221

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

Shades of Deep Magenta #D518DD

Tints of Deep Magenta #D518DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.25%

R = 46.51%
G = 5.24%
B = 48.25%

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

#D518DD (or 0xD518DD) is known color: Deep Magenta. HEX triplet: D5, 18 and DD. RGB value is (213,24,221). Sum of RGB (Red+Green+Blue) = 213+24+221=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 24 (9.77% from 255 or 5.24% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #D518DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D518DD is #2AE722. Grayscale: #666666. Windows color (decimal): -2811683 or 14489813. OLE color: 14489813.

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

Color convert

RGB 213 24 221 -
CMYK 0.04 0.89 0 0.13
HSL 297.56º 0.8% 0.48% -
HSV(B) 297.56º 0.89% 0.87% -
XYZ 40.82 20.02 70.12 -
YUV 102.97 194.62 206.48 -
System Red Green Blue C M Y K H S L
Decimal 213 24 221 0.04 0.89 0 0.13 297.56 0.8 0.48
Hex D5 18 DD 4 59 0 D 12A 50 30
Octal 325 30 335 4 131 0 15 452 120 60
Binary 11010101 11000 11011101 100 1011001 0 1101 100101010 1010000 110000

Color Harmonies of #D518DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D518DD

Black with #D518DD

Text Example


Text Example

White with #D518DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D518DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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