Html Css Color HEX #D31977 Medium Violet Red

📋 copy color: '#D31977'

red 211 ◦ green 25 ◦ blue 119

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

Shades of Medium Violet Red #D31977

Tints of Medium Violet Red #D31977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.52%

R = 59.44%
G = 7.04%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D31977 (or 0xD31977) is known color: Medium Violet Red. HEX triplet: D3, 19 and 77. RGB value is (211,25,119). Sum of RGB (Red+Green+Blue) = 211+25+119=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D31977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31977 is #2CE688. Grayscale: #5B5B5B. Windows color (decimal): -2942601 or 7805395. OLE color: 7805395.

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

Color convert

RGB 211 25 119 -
CMYK 0 0.88 0.44 0.17
HSL 329.68º 0.79% 0.46% -
HSV(B) 329.68º 0.88% 0.83% -
XYZ 30.54 15.88 18.91 -
YUV 91.33 143.62 213.36 -
System Red Green Blue C M Y K H S L
Decimal 211 25 119 0 0.88 0.44 0.17 329.68 0.79 0.46
Hex D3 19 77 0 58 2C 11 14A 4F 2E
Octal 323 31 167 0 130 54 21 512 117 56
Binary 11010011 11001 1110111 0 1011000 101100 10001 101001010 1001111 101110

Color Harmonies of #D31977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31977

Black with #D31977

Text Example


Text Example

White with #D31977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31977; }

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

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

background-color css

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

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

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

border-color css

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

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

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