Html Css Color HEX #D513DC Deep Magenta

📋 copy color: '#D513DC'

red 213 ◦ green 19 ◦ blue 220

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

Shades of Deep Magenta #D513DC

Tints of Deep Magenta #D513DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 47.12%
G = 4.2%
B = 48.67%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D513DC (or 0xD513DC) is known color: Deep Magenta. HEX triplet: D5, 13 and DC. RGB value is (213,19,220). Sum of RGB (Red+Green+Blue) = 213+19+220=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #D513DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D513DC is #2AEC23. Grayscale: #636363. Windows color (decimal): -2812964 or 14422997. OLE color: 14422997.

HSL color Cylindrical-coordinate representation of color #D513DC: hue angle of 297.91º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D513DC is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 19 220 -
CMYK 0.03 0.91 0 0.14
HSL 297.91º 0.84% 0.47% -
HSV(B) 297.91º 0.91% 0.86% -
XYZ 40.59 19.78 69.39 -
YUV 99.92 195.77 208.66 -
System Red Green Blue C M Y K H S L
Decimal 213 19 220 0.03 0.91 0 0.14 297.91 0.84 0.47
Hex D5 13 DC 3 5B 0 E 12A 54 2F
Octal 325 23 334 3 133 0 16 452 124 57
Binary 11010101 10011 11011100 11 1011011 0 1110 100101010 1010100 101111

Color Harmonies of #D513DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D513DC

Black with #D513DC

Text Example


Text Example

White with #D513DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D513DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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