Html Css Color HEX #D51891 Medium Violet Red

📋 copy color: '#D51891'

red 213 ◦ green 24 ◦ blue 145

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

Shades of Medium Violet Red #D51891

Tints of Medium Violet Red #D51891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.28%

 BLUE value IS 145 (57.03% from 255) = 37.96%

R = 55.76%
G = 6.28%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D51891 (or 0xD51891) is known color: Medium Violet Red. HEX triplet: D5, 18 and 91. RGB value is (213,24,145). Sum of RGB (Red+Green+Blue) = 213+24+145=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D51891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51891 is #2AE76E. Grayscale: #5E5E5E. Windows color (decimal): -2811759 or 9509077. OLE color: 9509077.

HSL color Cylindrical-coordinate representation of color #D51891: hue angle of 321.59º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51891 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 24 145 -
CMYK 0 0.89 0.32 0.16
HSL 321.59º 0.8% 0.46% -
HSV(B) 321.59º 0.89% 0.84% -
XYZ 32.88 16.84 28.31 -
YUV 94.31 156.62 212.66 -
System Red Green Blue C M Y K H S L
Decimal 213 24 145 0 0.89 0.32 0.16 321.59 0.8 0.46
Hex D5 18 91 0 59 20 10 142 50 2E
Octal 325 30 221 0 131 40 20 502 120 56
Binary 11010101 11000 10010001 0 1011001 100000 10000 101000010 1010000 101110

Color Harmonies of #D51891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51891

Black with #D51891

Text Example


Text Example

White with #D51891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51891; }

 p { color: rgb(213,24,145); }

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

background-color css

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

 a { background-color: rgb(213,24,145); }

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

border-color css

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

 span { border-color: rgb(213,24,145); }

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