Html Css Color HEX #D31493 Medium Violet Red

📋 copy color: '#D31493'

red 211 ◦ green 20 ◦ blue 147

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

Shades of Medium Violet Red #D31493

Tints of Medium Violet Red #D31493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.29%

 BLUE value IS 147 (57.81% from 255) = 38.89%

R = 55.82%
G = 5.29%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D31493 (or 0xD31493) is known color: Medium Violet Red. HEX triplet: D3, 14 and 93. RGB value is (211,20,147). Sum of RGB (Red+Green+Blue) = 211+20+147=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D31493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31493 is #2CEB6C. Grayscale: #5B5B5B. Windows color (decimal): -2943853 or 9639123. OLE color: 9639123.

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

Color convert

RGB 211 20 147 -
CMYK 0 0.91 0.30 0.17
HSL 320.1º 0.83% 0.45% -
HSV(B) 320.1º 0.91% 0.83% -
XYZ 32.38 16.46 29.07 -
YUV 91.59 159.28 213.17 -
System Red Green Blue C M Y K H S L
Decimal 211 20 147 0 0.91 0.30 0.17 320.1 0.83 0.45
Hex D3 14 93 0 5B 1E 11 140 53 2D
Octal 323 24 223 0 133 36 21 500 123 55
Binary 11010011 10100 10010011 0 1011011 11110 10001 101000000 1010011 101101

Color Harmonies of #D31493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31493

Black with #D31493

Text Example


Text Example

White with #D31493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31493; }

 p { color: rgb(211,20,147); }

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

background-color css

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

 a { background-color: rgb(211,20,147); }

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

border-color css

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

 span { border-color: rgb(211,20,147); }

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