Html Css Color HEX #D316AD Deep Magenta

📋 copy color: '#D316AD'

red 211 ◦ green 22 ◦ blue 173

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

Shades of Deep Magenta #D316AD

Tints of Deep Magenta #D316AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.42%

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

R = 51.97%
G = 5.42%
B = 42.61%

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

#D316AD (or 0xD316AD) is known color: Deep Magenta. HEX triplet: D3, 16 and AD. RGB value is (211,22,173). Sum of RGB (Red+Green+Blue) = 211+22+173=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D316AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D316AD is #2CE952. Grayscale: #5F5F5F. Windows color (decimal): -2943315 or 11343571. OLE color: 11343571.

HSL color Cylindrical-coordinate representation of color #D316AD: hue angle of 312.06º degrees, saturation: 0.81, 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 #D316AD is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 22 173 -
CMYK 0 0.90 0.18 0.17
HSL 312.06º 0.81% 0.46% -
HSV(B) 312.06º 0.9% 0.83% -
XYZ 34.69 17.44 41.07 -
YUV 95.73 171.62 210.22 -
System Red Green Blue C M Y K H S L
Decimal 211 22 173 0 0.90 0.18 0.17 312.06 0.81 0.46
Hex D3 16 AD 0 5A 12 11 138 51 2E
Octal 323 26 255 0 132 22 21 470 121 56
Binary 11010011 10110 10101101 0 1011010 10010 10001 100111000 1010001 101110

Color Harmonies of #D316AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D316AD

Black with #D316AD

Text Example


Text Example

White with #D316AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D316AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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