Html Css Color HEX #D51189 Medium Violet Red

📋 copy color: '#D51189'

red 213 ◦ green 17 ◦ blue 137

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

Shades of Medium Violet Red #D51189

Tints of Medium Violet Red #D51189

RGB

 RED value IS 213 (83.59% from 255) = 58.04%

 GREEN value IS 17 (7.03% from 255) = 4.63%

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

R = 58.04%
G = 4.63%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D51189 (or 0xD51189) is known color: Medium Violet Red. HEX triplet: D5, 11 and 89. RGB value is (213,17,137). Sum of RGB (Red+Green+Blue) = 213+17+137=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D51189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51189 is #2AEE76. Grayscale: #595959. Windows color (decimal): -2813559 or 8982997. OLE color: 8982997.

HSL color Cylindrical-coordinate representation of color #D51189: hue angle of 323.27º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51189 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 17 137 -
CMYK 0 0.92 0.36 0.16
HSL 323.27º 0.85% 0.45% -
HSV(B) 323.27º 0.92% 0.84% -
XYZ 32.16 16.35 25.13 -
YUV 89.28 154.93 216.24 -
System Red Green Blue C M Y K H S L
Decimal 213 17 137 0 0.92 0.36 0.16 323.27 0.85 0.45
Hex D5 11 89 0 5C 24 10 143 55 2D
Octal 325 21 211 0 134 44 20 503 125 55
Binary 11010101 10001 10001001 0 1011100 100100 10000 101000011 1010101 101101

Color Harmonies of #D51189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51189

Black with #D51189

Text Example


Text Example

White with #D51189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51189; }

 p { color: rgb(213,17,137); }

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

background-color css

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

 a { background-color: rgb(213,17,137); }

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

border-color css

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

 span { border-color: rgb(213,17,137); }

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