Html Css Color HEX #D415AE Deep Magenta

📋 copy color: '#D415AE'

red 212 ◦ green 21 ◦ blue 174

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

Shades of Deep Magenta #D415AE

Tints of Deep Magenta #D415AE

RGB

 RED value IS 212 (83.2% from 255) = 52.09%

 GREEN value IS 21 (8.59% from 255) = 5.16%

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

R = 52.09%
G = 5.16%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D415AE (or 0xD415AE) is known color: Deep Magenta. HEX triplet: D4, 15 and AE. RGB value is (212,21,174). Sum of RGB (Red+Green+Blue) = 212+21+174=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D415AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D415AE is #2BEA51. Grayscale: #5F5F5F. Windows color (decimal): -2878034 or 11408852. OLE color: 11408852.

HSL color Cylindrical-coordinate representation of color #D415AE: hue angle of 311.94º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D415AE is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 174 -
CMYK 0 0.90 0.18 0.17
HSL 311.94º 0.82% 0.46% -
HSV(B) 311.94º 0.9% 0.83% -
XYZ 35.06 17.59 41.59 -
YUV 95.55 172.28 211.06 -
System Red Green Blue C M Y K H S L
Decimal 212 21 174 0 0.90 0.18 0.17 311.94 0.82 0.46
Hex D4 15 AE 0 5A 12 11 138 52 2E
Octal 324 25 256 0 132 22 21 470 122 56
Binary 11010100 10101 10101110 0 1011010 10010 10001 100111000 1010010 101110

Color Harmonies of #D415AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D415AE

Black with #D415AE

Text Example


Text Example

White with #D415AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D415AE; }

 p { color: rgb(212,21,174); }

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

background-color css

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

 a { background-color: rgb(212,21,174); }

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

border-color css

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

 span { border-color: rgb(212,21,174); }

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