Html Css Color HEX #D31489 Medium Violet Red

📋 copy color: '#D31489'

red 211 ◦ green 20 ◦ blue 137

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

Shades of Medium Violet Red #D31489

Tints of Medium Violet Red #D31489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.23%

R = 57.34%
G = 5.43%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D31489 (or 0xD31489) is known color: Medium Violet Red. HEX triplet: D3, 14 and 89. RGB value is (211,20,137). Sum of RGB (Red+Green+Blue) = 211+20+137=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D31489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31489 is #2CEB76. Grayscale: #5A5A5A. Windows color (decimal): -2943863 or 8983763. OLE color: 8983763.

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

Color convert

RGB 211 20 137 -
CMYK 0 0.91 0.35 0.17
HSL 323.25º 0.83% 0.45% -
HSV(B) 323.25º 0.91% 0.83% -
XYZ 31.63 16.16 25.12 -
YUV 90.45 154.28 213.99 -
System Red Green Blue C M Y K H S L
Decimal 211 20 137 0 0.91 0.35 0.17 323.25 0.83 0.45
Hex D3 14 89 0 5B 23 11 143 53 2D
Octal 323 24 211 0 133 43 21 503 123 55
Binary 11010011 10100 10001001 0 1011011 100011 10001 101000011 1010011 101101

Color Harmonies of #D31489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31489

Black with #D31489

Text Example


Text Example

White with #D31489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31489; }

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

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

background-color css

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

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

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

border-color css

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

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

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