Html Css Color HEX #D512DF Deep Magenta

📋 copy color: '#D512DF'

red 213 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #D512DF

Tints of Deep Magenta #D512DF

RGB

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

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

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

R = 46.92%
G = 3.96%
B = 49.12%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D512DF (or 0xD512DF) is known color: Deep Magenta. HEX triplet: D5, 12 and DF. RGB value is (213,18,223). Sum of RGB (Red+Green+Blue) = 213+18+223=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 18 (7.42% from 255 or 3.96% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #D512DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D512DF is #2AED20. Grayscale: #636363. Windows color (decimal): -2813217 or 14619349. OLE color: 14619349.

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

Color convert

RGB 213 18 223 -
CMYK 0.04 0.92 0 0.13
HSL 297.07º 0.85% 0.47% -
HSV(B) 297.07º 0.92% 0.87% -
XYZ 40.98 19.91 71.49 -
YUV 99.68 197.6 208.83 -
System Red Green Blue C M Y K H S L
Decimal 213 18 223 0.04 0.92 0 0.13 297.07 0.85 0.47
Hex D5 12 DF 4 5C 0 D 129 55 2F
Octal 325 22 337 4 134 0 15 451 125 57
Binary 11010101 10010 11011111 100 1011100 0 1101 100101001 1010101 101111

Color Harmonies of #D512DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D512DF

Black with #D512DF

Text Example


Text Example

White with #D512DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D512DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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