Html Css Color HEX #D513E0 Deep Magenta

📋 copy color: '#D513E0'

red 213 ◦ green 19 ◦ blue 224

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

Shades of Deep Magenta #D513E0

Tints of Deep Magenta #D513E0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.17%

 BLUE value IS 224 (87.89% from 255) = 49.12%

R = 46.71%
G = 4.17%
B = 49.12%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D513E0 (or 0xD513E0) is known color: Deep Magenta. HEX triplet: D5, 13 and E0. RGB value is (213,19,224). Sum of RGB (Red+Green+Blue) = 213+19+224=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #D513E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D513E0 is #2AEC1F. Grayscale: #636363. Windows color (decimal): -2812960 or 14685141. OLE color: 14685141.

HSL color Cylindrical-coordinate representation of color #D513E0: hue angle of 296.78º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D513E0 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 19 224 -
CMYK 0.05 0.92 0 0.12
HSL 296.78º 0.84% 0.48% -
HSV(B) 296.78º 0.92% 0.88% -
XYZ 41.13 19.99 72.21 -
YUV 100.38 197.77 208.33 -
System Red Green Blue C M Y K H S L
Decimal 213 19 224 0.05 0.92 0 0.12 296.78 0.84 0.48
Hex D5 13 E0 5 5C 0 C 129 54 30
Octal 325 23 340 5 134 0 14 451 124 60
Binary 11010101 10011 11100000 101 1011100 0 1100 100101001 1010100 110000

Color Harmonies of #D513E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D513E0

Black with #D513E0

Text Example


Text Example

White with #D513E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D513E0; }

 p { color: rgb(213,19,224); }

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

background-color css

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

 a { background-color: rgb(213,19,224); }

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

border-color css

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

 span { border-color: rgb(213,19,224); }

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