Html Css Color HEX #D31289 Medium Violet Red

📋 copy color: '#D31289'

red 211 ◦ green 18 ◦ blue 137

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

Shades of Medium Violet Red #D31289

Tints of Medium Violet Red #D31289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.92%

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

R = 57.65%
G = 4.92%
B = 37.43%

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

#D31289 (or 0xD31289) is known color: Medium Violet Red. HEX triplet: D3, 12 and 89. RGB value is (211,18,137). Sum of RGB (Red+Green+Blue) = 211+18+137=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D31289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31289 is #2CED76. Grayscale: #585858. Windows color (decimal): -2944375 or 8983251. OLE color: 8983251.

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

Color convert

RGB 211 18 137 -
CMYK 0 0.91 0.35 0.17
HSL 323.01º 0.84% 0.45% -
HSV(B) 323.01º 0.91% 0.83% -
XYZ 31.6 16.09 25.11 -
YUV 89.27 154.94 214.82 -
System Red Green Blue C M Y K H S L
Decimal 211 18 137 0 0.91 0.35 0.17 323.01 0.84 0.45
Hex D3 12 89 0 5B 23 11 143 54 2D
Octal 323 22 211 0 133 43 21 503 124 55
Binary 11010011 10010 10001001 0 1011011 100011 10001 101000011 1010100 101101

Color Harmonies of #D31289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31289

Black with #D31289

Text Example


Text Example

White with #D31289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31289; }

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

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

background-color css

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

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

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

border-color css

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

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

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