Html Css Color HEX #D31A77 Medium Violet Red

📋 copy color: '#D31A77'

red 211 ◦ green 26 ◦ blue 119

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

Shades of Medium Violet Red #D31A77

Tints of Medium Violet Red #D31A77

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.3%

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

R = 59.27%
G = 7.3%
B = 33.43%

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

#D31A77 (or 0xD31A77) is known color: Medium Violet Red. HEX triplet: D3, 1A and 77. RGB value is (211,26,119). Sum of RGB (Red+Green+Blue) = 211+26+119=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31A77 is #2CE588. Grayscale: #5B5B5B. Windows color (decimal): -2942345 or 7805651. OLE color: 7805651.

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

Color convert

RGB 211 26 119 -
CMYK 0 0.88 0.44 0.17
HSL 329.84º 0.78% 0.46% -
HSV(B) 329.84º 0.88% 0.83% -
XYZ 30.56 15.92 18.91 -
YUV 91.92 143.29 212.94 -
System Red Green Blue C M Y K H S L
Decimal 211 26 119 0 0.88 0.44 0.17 329.84 0.78 0.46
Hex D3 1A 77 0 58 2C 11 14A 4E 2E
Octal 323 32 167 0 130 54 21 512 116 56
Binary 11010011 11010 1110111 0 1011000 101100 10001 101001010 1001110 101110

Color Harmonies of #D31A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31A77

Black with #D31A77

Text Example


Text Example

White with #D31A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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