Html Css Color HEX #D51291 Medium Violet Red

📋 copy color: '#D51291'

red 213 ◦ green 18 ◦ blue 145

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

Shades of Medium Violet Red #D51291

Tints of Medium Violet Red #D51291

RGB

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

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

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

R = 56.65%
G = 4.79%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D51291 (or 0xD51291) is known color: Medium Violet Red. HEX triplet: D5, 12 and 91. RGB value is (213,18,145). Sum of RGB (Red+Green+Blue) = 213+18+145=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D51291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51291 is #2AED6E. Grayscale: #5A5A5A. Windows color (decimal): -2813295 or 9507541. OLE color: 9507541.

HSL color Cylindrical-coordinate representation of color #D51291: hue angle of 320.92º degrees, saturation: 0.84, 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 #D51291 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 18 145 -
CMYK 0 0.92 0.32 0.16
HSL 320.92º 0.84% 0.45% -
HSV(B) 320.92º 0.92% 0.84% -
XYZ 32.77 16.62 28.27 -
YUV 90.78 158.6 215.17 -
System Red Green Blue C M Y K H S L
Decimal 213 18 145 0 0.92 0.32 0.16 320.92 0.84 0.45
Hex D5 12 91 0 5C 20 10 141 54 2D
Octal 325 22 221 0 134 40 20 501 124 55
Binary 11010101 10010 10010001 0 1011100 100000 10000 101000001 1010100 101101

Color Harmonies of #D51291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51291

Black with #D51291

Text Example


Text Example

White with #D51291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51291; }

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

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

background-color css

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

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

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

border-color css

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

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

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