Html Css Color HEX #D319AA Medium Violet Red

📋 copy color: '#D319AA'

red 211 ◦ green 25 ◦ blue 170

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

Shades of Medium Violet Red #D319AA

Tints of Medium Violet Red #D319AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.87%

R = 51.97%
G = 6.16%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D319AA (or 0xD319AA) is known color: Medium Violet Red. HEX triplet: D3, 19 and AA. RGB value is (211,25,170). Sum of RGB (Red+Green+Blue) = 211+25+170=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D319AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D319AA is #2CE655. Grayscale: #606060. Windows color (decimal): -2942550 or 11147731. OLE color: 11147731.

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

Color convert

RGB 211 25 170 -
CMYK 0 0.88 0.19 0.17
HSL 313.23º 0.79% 0.46% -
HSV(B) 313.23º 0.88% 0.83% -
XYZ 34.47 17.45 39.58 -
YUV 97.14 169.12 209.21 -
System Red Green Blue C M Y K H S L
Decimal 211 25 170 0 0.88 0.19 0.17 313.23 0.79 0.46
Hex D3 19 AA 0 58 13 11 139 4F 2E
Octal 323 31 252 0 130 23 21 471 117 56
Binary 11010011 11001 10101010 0 1011000 10011 10001 100111001 1001111 101110

Color Harmonies of #D319AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D319AA

Black with #D319AA

Text Example


Text Example

White with #D319AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D319AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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