Html Css Color HEX #D512AE Deep Magenta

📋 copy color: '#D512AE'

red 213 ◦ green 18 ◦ blue 174

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

Shades of Deep Magenta #D512AE

Tints of Deep Magenta #D512AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.96%

R = 52.59%
G = 4.44%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D512AE (or 0xD512AE) is known color: Deep Magenta. HEX triplet: D5, 12 and AE. RGB value is (213,18,174). Sum of RGB (Red+Green+Blue) = 213+18+174=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D512AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D512AE is #2AED51. Grayscale: #5D5D5D. Windows color (decimal): -2813266 or 11408085. OLE color: 11408085.

HSL color Cylindrical-coordinate representation of color #D512AE: hue angle of 312º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D512AE is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 18 174 -
CMYK 0 0.92 0.18 0.16
HSL 312º 0.84% 0.45% -
HSV(B) 312º 0.92% 0.84% -
XYZ 35.3 17.63 41.59 -
YUV 94.09 173.1 212.82 -
System Red Green Blue C M Y K H S L
Decimal 213 18 174 0 0.92 0.18 0.16 312 0.84 0.45
Hex D5 12 AE 0 5C 12 10 138 54 2D
Octal 325 22 256 0 134 22 20 470 124 55
Binary 11010101 10010 10101110 0 1011100 10010 10000 100111000 1010100 101101

Color Harmonies of #D512AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D512AE

Black with #D512AE

Text Example


Text Example

White with #D512AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D512AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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