Html Css Color HEX #D512DC Deep Magenta

📋 copy color: '#D512DC'

red 213 ◦ green 18 ◦ blue 220

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

Shades of Deep Magenta #D512DC

Tints of Deep Magenta #D512DC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.99%

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

R = 47.23%
G = 3.99%
B = 48.78%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D512DC (or 0xD512DC) is known color: Deep Magenta. HEX triplet: D5, 12 and DC. RGB value is (213,18,220). Sum of RGB (Red+Green+Blue) = 213+18+220=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #D512DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D512DC is #2AED23. Grayscale: #626262. Windows color (decimal): -2813220 or 14422741. OLE color: 14422741.

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

Color convert

RGB 213 18 220 -
CMYK 0.03 0.92 0 0.14
HSL 297.92º 0.85% 0.47% -
HSV(B) 297.92º 0.92% 0.86% -
XYZ 40.58 19.75 69.38 -
YUV 99.33 196.1 209.07 -
System Red Green Blue C M Y K H S L
Decimal 213 18 220 0.03 0.92 0 0.14 297.92 0.85 0.47
Hex D5 12 DC 3 5C 0 E 12A 55 2F
Octal 325 22 334 3 134 0 16 452 125 57
Binary 11010101 10010 11011100 11 1011100 0 1110 100101010 1010101 101111

Color Harmonies of #D512DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D512DC

Black with #D512DC

Text Example


Text Example

White with #D512DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D512DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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