Html Css Color HEX #D414AF Deep Magenta

📋 copy color: '#D414AF'

red 212 ◦ green 20 ◦ blue 175

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

Shades of Deep Magenta #D414AF

Tints of Deep Magenta #D414AF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.91%

 BLUE value IS 175 (68.75% from 255) = 43%

R = 52.09%
G = 4.91%
B = 43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D414AF (or 0xD414AF) is known color: Deep Magenta. HEX triplet: D4, 14 and AF. RGB value is (212,20,175). Sum of RGB (Red+Green+Blue) = 212+20+175=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D414AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D414AF is #2BEB50. Grayscale: #5E5E5E. Windows color (decimal): -2878289 or 11474132. OLE color: 11474132.

HSL color Cylindrical-coordinate representation of color #D414AF: hue angle of 311.56º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D414AF is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 20 175 -
CMYK 0 0.91 0.17 0.17
HSL 311.56º 0.83% 0.45% -
HSV(B) 311.56º 0.91% 0.83% -
XYZ 35.14 17.59 42.1 -
YUV 95.08 173.11 211.4 -
System Red Green Blue C M Y K H S L
Decimal 212 20 175 0 0.91 0.17 0.17 311.56 0.83 0.45
Hex D4 14 AF 0 5B 11 11 138 53 2D
Octal 324 24 257 0 133 21 21 470 123 55
Binary 11010100 10100 10101111 0 1011011 10001 10001 100111000 1010011 101101

Color Harmonies of #D414AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D414AF

Black with #D414AF

Text Example


Text Example

White with #D414AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D414AF; }

 p { color: rgb(212,20,175); }

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

background-color css

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

 a { background-color: rgb(212,20,175); }

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

border-color css

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

 span { border-color: rgb(212,20,175); }

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