Html Css Color HEX #D317AC Medium Violet Red

📋 copy color: '#D317AC'

red 211 ◦ green 23 ◦ blue 172

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

Shades of Medium Violet Red #D317AC

Tints of Medium Violet Red #D317AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.36%

R = 51.97%
G = 5.67%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D317AC (or 0xD317AC) is known color: Medium Violet Red. HEX triplet: D3, 17 and AC. RGB value is (211,23,172). Sum of RGB (Red+Green+Blue) = 211+23+172=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D317AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D317AC is #2CE853. Grayscale: #5F5F5F. Windows color (decimal): -2943060 or 11278291. OLE color: 11278291.

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

Color convert

RGB 211 23 172 -
CMYK 0 0.89 0.18 0.17
HSL 312.45º 0.8% 0.46% -
HSV(B) 312.45º 0.89% 0.83% -
XYZ 34.62 17.44 40.57 -
YUV 96.2 170.78 209.88 -
System Red Green Blue C M Y K H S L
Decimal 211 23 172 0 0.89 0.18 0.17 312.45 0.8 0.46
Hex D3 17 AC 0 59 12 11 138 50 2E
Octal 323 27 254 0 131 22 21 470 120 56
Binary 11010011 10111 10101100 0 1011001 10010 10001 100111000 1010000 101110

Color Harmonies of #D317AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D317AC

Black with #D317AC

Text Example


Text Example

White with #D317AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D317AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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