Html Css Color HEX #D31D8F Medium Violet Red

📋 copy color: '#D31D8F'

red 211 ◦ green 29 ◦ blue 143

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

Shades of Medium Violet Red #D31D8F

Tints of Medium Violet Red #D31D8F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.57%

 BLUE value IS 143 (56.25% from 255) = 37.34%

R = 55.09%
G = 7.57%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D31D8F (or 0xD31D8F) is known color: Medium Violet Red. HEX triplet: D3, 1D and 8F. RGB value is (211,29,143). Sum of RGB (Red+Green+Blue) = 211+29+143=383 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.09% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 211 - color contains mainly: red. Hex color #D31D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31D8F is #2CE270. Grayscale: #606060. Windows color (decimal): -2941553 or 9379283. OLE color: 9379283.

HSL color Cylindrical-coordinate representation of color #D31D8F: hue angle of 322.42º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31D8F is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 29 143 -
CMYK 0 0.86 0.32 0.17
HSL 322.42º 0.76% 0.47% -
HSV(B) 322.42º 0.86% 0.83% -
XYZ 32.26 16.71 27.51 -
YUV 96.41 154.3 209.73 -
System Red Green Blue C M Y K H S L
Decimal 211 29 143 0 0.86 0.32 0.17 322.42 0.76 0.47
Hex D3 1D 8F 0 56 20 11 142 4C 2F
Octal 323 35 217 0 126 40 21 502 114 57
Binary 11010011 11101 10001111 0 1010110 100000 10001 101000010 1001100 101111

Color Harmonies of #D31D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31D8F

Black with #D31D8F

Text Example


Text Example

White with #D31D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31D8F; }

 p { color: rgb(211,29,143); }

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

background-color css

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

 a { background-color: rgb(211,29,143); }

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

border-color css

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

 span { border-color: rgb(211,29,143); }

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