Html Css Color HEX #D51180 Medium Violet Red

📋 copy color: '#D51180'

red 213 ◦ green 17 ◦ blue 128

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

Shades of Medium Violet Red #D51180

Tints of Medium Violet Red #D51180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.75%

R = 59.5%
G = 4.75%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D51180 (or 0xD51180) is known color: Medium Violet Red. HEX triplet: D5, 11 and 80. RGB value is (213,17,128). Sum of RGB (Red+Green+Blue) = 213+17+128=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D51180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51180 is #2AEE7F. Grayscale: #585858. Windows color (decimal): -2813568 or 8393173. OLE color: 8393173.

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

Color convert

RGB 213 17 128 -
CMYK 0 0.92 0.40 0.16
HSL 326.02º 0.85% 0.45% -
HSV(B) 326.02º 0.92% 0.84% -
XYZ 31.54 16.11 21.87 -
YUV 88.26 150.43 216.97 -
System Red Green Blue C M Y K H S L
Decimal 213 17 128 0 0.92 0.40 0.16 326.02 0.85 0.45
Hex D5 11 80 0 5C 28 10 146 55 2D
Octal 325 21 200 0 134 50 20 506 125 55
Binary 11010101 10001 10000000 0 1011100 101000 10000 101000110 1010101 101101

Color Harmonies of #D51180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51180

Black with #D51180

Text Example


Text Example

White with #D51180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51180; }

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

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

background-color css

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

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

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

border-color css

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

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

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