Html Css Color HEX #D317AA Medium Violet Red

📋 copy color: '#D317AA'

red 211 ◦ green 23 ◦ blue 170

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

Shades of Medium Violet Red #D317AA

Tints of Medium Violet Red #D317AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.69%

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

R = 52.23%
G = 5.69%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D317AA (or 0xD317AA) is known color: Medium Violet Red. HEX triplet: D3, 17 and AA. RGB value is (211,23,170). Sum of RGB (Red+Green+Blue) = 211+23+170=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D317AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D317AA is #2CE855. Grayscale: #5F5F5F. Windows color (decimal): -2943062 or 11147219. OLE color: 11147219.

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

Color convert

RGB 211 23 170 -
CMYK 0 0.89 0.19 0.17
HSL 313.09º 0.8% 0.46% -
HSV(B) 313.09º 0.89% 0.83% -
XYZ 34.43 17.36 39.57 -
YUV 95.97 169.78 210.05 -
System Red Green Blue C M Y K H S L
Decimal 211 23 170 0 0.89 0.19 0.17 313.09 0.8 0.46
Hex D3 17 AA 0 59 13 11 139 50 2E
Octal 323 27 252 0 131 23 21 471 120 56
Binary 11010011 10111 10101010 0 1011001 10011 10001 100111001 1010000 101110

Color Harmonies of #D317AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D317AA

Black with #D317AA

Text Example


Text Example

White with #D317AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D317AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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