Html Css Color HEX #D31181 Medium Violet Red

📋 copy color: '#D31181'

red 211 ◦ green 17 ◦ blue 129

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

Shades of Medium Violet Red #D31181

Tints of Medium Violet Red #D31181

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.76%

 BLUE value IS 129 (50.78% from 255) = 36.13%

R = 59.1%
G = 4.76%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D31181 (or 0xD31181) is known color: Medium Violet Red. HEX triplet: D3, 11 and 81. RGB value is (211,17,129). Sum of RGB (Red+Green+Blue) = 211+17+129=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D31181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31181 is #2CEE7E. Grayscale: #575757. Windows color (decimal): -2944639 or 8458707. OLE color: 8458707.

HSL color Cylindrical-coordinate representation of color #D31181: hue angle of 325.36º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31181 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 17 129 -
CMYK 0 0.92 0.39 0.17
HSL 325.36º 0.85% 0.45% -
HSV(B) 325.36º 0.92% 0.83% -
XYZ 31.03 15.83 22.19 -
YUV 87.77 151.27 215.89 -
System Red Green Blue C M Y K H S L
Decimal 211 17 129 0 0.92 0.39 0.17 325.36 0.85 0.45
Hex D3 11 81 0 5C 27 11 145 55 2D
Octal 323 21 201 0 134 47 21 505 125 55
Binary 11010011 10001 10000001 0 1011100 100111 10001 101000101 1010101 101101

Color Harmonies of #D31181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31181

Black with #D31181

Text Example


Text Example

White with #D31181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31181; }

 p { color: rgb(211,17,129); }

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

background-color css

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

 a { background-color: rgb(211,17,129); }

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

border-color css

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

 span { border-color: rgb(211,17,129); }

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