Html Css Color HEX #D51391 Medium Violet Red

📋 copy color: '#D51391'

red 213 ◦ green 19 ◦ blue 145

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

Shades of Medium Violet Red #D51391

Tints of Medium Violet Red #D51391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.04%

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

R = 56.5%
G = 5.04%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D51391 (or 0xD51391) is known color: Medium Violet Red. HEX triplet: D5, 13 and 91. RGB value is (213,19,145). Sum of RGB (Red+Green+Blue) = 213+19+145=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D51391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51391 is #2AEC6E. Grayscale: #5B5B5B. Windows color (decimal): -2813039 or 9507797. OLE color: 9507797.

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

Color convert

RGB 213 19 145 -
CMYK 0 0.91 0.32 0.16
HSL 321.03º 0.84% 0.45% -
HSV(B) 321.03º 0.91% 0.84% -
XYZ 32.78 16.66 28.28 -
YUV 91.37 158.27 214.75 -
System Red Green Blue C M Y K H S L
Decimal 213 19 145 0 0.91 0.32 0.16 321.03 0.84 0.45
Hex D5 13 91 0 5B 20 10 141 54 2D
Octal 325 23 221 0 133 40 20 501 124 55
Binary 11010101 10011 10010001 0 1011011 100000 10000 101000001 1010100 101101

Color Harmonies of #D51391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51391

Black with #D51391

Text Example


Text Example

White with #D51391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51391; }

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

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

background-color css

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

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

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

border-color css

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

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

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