Html Css Color HEX #D31A8B Medium Violet Red

📋 copy color: '#D31A8B'

red 211 ◦ green 26 ◦ blue 139

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

Shades of Medium Violet Red #D31A8B

Tints of Medium Violet Red #D31A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.97%

R = 56.12%
G = 6.91%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D31A8B (or 0xD31A8B) is known color: Medium Violet Red. HEX triplet: D3, 1A and 8B. RGB value is (211,26,139). Sum of RGB (Red+Green+Blue) = 211+26+139=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31A8B is #2CE574. Grayscale: #5D5D5D. Windows color (decimal): -2942325 or 9116371. OLE color: 9116371.

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

Color convert

RGB 211 26 139 -
CMYK 0 0.88 0.34 0.17
HSL 323.35º 0.78% 0.46% -
HSV(B) 323.35º 0.88% 0.83% -
XYZ 31.89 16.45 25.92 -
YUV 94.2 153.29 211.31 -
System Red Green Blue C M Y K H S L
Decimal 211 26 139 0 0.88 0.34 0.17 323.35 0.78 0.46
Hex D3 1A 8B 0 58 22 11 143 4E 2E
Octal 323 32 213 0 130 42 21 503 116 56
Binary 11010011 11010 10001011 0 1011000 100010 10001 101000011 1001110 101110

Color Harmonies of #D31A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31A8B

Black with #D31A8B

Text Example


Text Example

White with #D31A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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