Html Css Color HEX #D31997 Medium Violet Red

📋 copy color: '#D31997'

red 211 ◦ green 25 ◦ blue 151

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

Shades of Medium Violet Red #D31997

Tints of Medium Violet Red #D31997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.02%

R = 54.52%
G = 6.46%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D31997 (or 0xD31997) is known color: Medium Violet Red. HEX triplet: D3, 19 and 97. RGB value is (211,25,151). Sum of RGB (Red+Green+Blue) = 211+25+151=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D31997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31997 is #2CE668. Grayscale: #5E5E5E. Windows color (decimal): -2942569 or 9902547. OLE color: 9902547.

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

Color convert

RGB 211 25 151 -
CMYK 0 0.88 0.28 0.17
HSL 319.35º 0.79% 0.46% -
HSV(B) 319.35º 0.88% 0.83% -
XYZ 32.8 16.78 30.79 -
YUV 94.98 159.62 210.75 -
System Red Green Blue C M Y K H S L
Decimal 211 25 151 0 0.88 0.28 0.17 319.35 0.79 0.46
Hex D3 19 97 0 58 1C 11 13F 4F 2E
Octal 323 31 227 0 130 34 21 477 117 56
Binary 11010011 11001 10010111 0 1011000 11100 10001 100111111 1001111 101110

Color Harmonies of #D31997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31997

Black with #D31997

Text Example


Text Example

White with #D31997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31997; }

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

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

background-color css

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

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

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

border-color css

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

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

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