Html Css Color HEX #D51176 Medium Violet Red

📋 copy color: '#D51176'

red 213 ◦ green 17 ◦ blue 118

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

Shades of Medium Violet Red #D51176

Tints of Medium Violet Red #D51176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.91%

R = 61.21%
G = 4.89%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D51176 (or 0xD51176) is known color: Medium Violet Red. HEX triplet: D5, 11 and 76. RGB value is (213,17,118). Sum of RGB (Red+Green+Blue) = 213+17+118=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D51176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51176 is #2AEE89. Grayscale: #565656. Windows color (decimal): -2813578 or 7737813. OLE color: 7737813.

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

Color convert

RGB 213 17 118 -
CMYK 0 0.92 0.45 0.16
HSL 329.08º 0.85% 0.45% -
HSV(B) 329.08º 0.92% 0.84% -
XYZ 30.91 15.86 18.57 -
YUV 87.12 145.43 217.79 -
System Red Green Blue C M Y K H S L
Decimal 213 17 118 0 0.92 0.45 0.16 329.08 0.85 0.45
Hex D5 11 76 0 5C 2D 10 149 55 2D
Octal 325 21 166 0 134 55 20 511 125 55
Binary 11010101 10001 1110110 0 1011100 101101 10000 101001001 1010101 101101

Color Harmonies of #D51176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51176

Black with #D51176

Text Example


Text Example

White with #D51176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51176; }

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

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

background-color css

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

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

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

border-color css

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

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

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