Html Css Color HEX #D51491 Medium Violet Red

📋 copy color: '#D51491'

red 213 ◦ green 20 ◦ blue 145

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

Shades of Medium Violet Red #D51491

Tints of Medium Violet Red #D51491

RGB

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

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

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

R = 56.35%
G = 5.29%
B = 38.36%

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

#D51491 (or 0xD51491) is known color: Medium Violet Red. HEX triplet: D5, 14 and 91. RGB value is (213,20,145). Sum of RGB (Red+Green+Blue) = 213+20+145=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D51491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51491 is #2AEB6E. Grayscale: #5B5B5B. Windows color (decimal): -2812783 or 9508053. OLE color: 9508053.

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

Color convert

RGB 213 20 145 -
CMYK 0 0.91 0.32 0.16
HSL 321.14º 0.83% 0.46% -
HSV(B) 321.14º 0.91% 0.84% -
XYZ 32.8 16.69 28.28 -
YUV 91.96 157.94 214.34 -
System Red Green Blue C M Y K H S L
Decimal 213 20 145 0 0.91 0.32 0.16 321.14 0.83 0.46
Hex D5 14 91 0 5B 20 10 141 53 2E
Octal 325 24 221 0 133 40 20 501 123 56
Binary 11010101 10100 10010001 0 1011011 100000 10000 101000001 1010011 101110

Color Harmonies of #D51491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51491

Black with #D51491

Text Example


Text Example

White with #D51491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51491; }

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

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

background-color css

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

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

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

border-color css

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

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

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