Html Css Color HEX #D314AF Deep Magenta

📋 copy color: '#D314AF'

red 211 ◦ green 20 ◦ blue 175

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

Shades of Deep Magenta #D314AF

Tints of Deep Magenta #D314AF

RGB

 RED value IS 211 (82.81% from 255) = 51.97%

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

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

R = 51.97%
G = 4.93%
B = 43.1%

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

#D314AF (or 0xD314AF) is known color: Deep Magenta. HEX triplet: D3, 14 and AF. RGB value is (211,20,175). Sum of RGB (Red+Green+Blue) = 211+20+175=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D314AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D314AF is #2CEB50. Grayscale: #5E5E5E. Windows color (decimal): -2943825 or 11474131. OLE color: 11474131.

HSL color Cylindrical-coordinate representation of color #D314AF: hue angle of 311.31º 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 #D314AF is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 20 175 -
CMYK 0 0.91 0.17 0.17
HSL 311.31º 0.83% 0.45% -
HSV(B) 311.31º 0.91% 0.83% -
XYZ 34.85 17.44 42.09 -
YUV 94.78 173.28 210.9 -
System Red Green Blue C M Y K H S L
Decimal 211 20 175 0 0.91 0.17 0.17 311.31 0.83 0.45
Hex D3 14 AF 0 5B 11 11 137 53 2D
Octal 323 24 257 0 133 21 21 467 123 55
Binary 11010011 10100 10101111 0 1011011 10001 10001 100110111 1010011 101101

Color Harmonies of #D314AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D314AF

Black with #D314AF

Text Example


Text Example

White with #D314AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D314AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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