Html Css Color HEX #D319AD Deep Magenta

📋 copy color: '#D319AD'

red 211 ◦ green 25 ◦ blue 173

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

Shades of Deep Magenta #D319AD

Tints of Deep Magenta #D319AD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.11%

 BLUE value IS 173 (67.97% from 255) = 42.3%

R = 51.59%
G = 6.11%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D319AD (or 0xD319AD) is known color: Deep Magenta. HEX triplet: D3, 19 and AD. RGB value is (211,25,173). Sum of RGB (Red+Green+Blue) = 211+25+173=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D319AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D319AD is #2CE652. Grayscale: #616161. Windows color (decimal): -2942547 or 11344339. OLE color: 11344339.

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

Color convert

RGB 211 25 173 -
CMYK 0 0.88 0.18 0.17
HSL 312.26º 0.79% 0.46% -
HSV(B) 312.26º 0.88% 0.83% -
XYZ 34.75 17.56 41.09 -
YUV 97.49 170.62 208.97 -
System Red Green Blue C M Y K H S L
Decimal 211 25 173 0 0.88 0.18 0.17 312.26 0.79 0.46
Hex D3 19 AD 0 58 12 11 138 4F 2E
Octal 323 31 255 0 130 22 21 470 117 56
Binary 11010011 11001 10101101 0 1011000 10010 10001 100111000 1001111 101110

Color Harmonies of #D319AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D319AD

Black with #D319AD

Text Example


Text Example

White with #D319AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D319AD; }

 p { color: rgb(211,25,173); }

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

background-color css

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

 a { background-color: rgb(211,25,173); }

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

border-color css

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

 span { border-color: rgb(211,25,173); }

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