Html Css Color HEX #D50176 Medium Violet Red

📋 copy color: '#D50176'

red 213 ◦ green 1 ◦ blue 118

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

Shades of Medium Violet Red #D50176

Tints of Medium Violet Red #D50176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 64.16%
G = 0.3%
B = 35.54%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D50176 (or 0xD50176) is known color: Medium Violet Red. HEX triplet: D5, 01 and 76. RGB value is (213,1,118). Sum of RGB (Red+Green+Blue) = 213+1+118=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D50176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50176 is #2AFE89. Grayscale: #4D4D4D. Windows color (decimal): -2817674 or 7733717. OLE color: 7733717.

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

Color convert

RGB 213 1 118 -
CMYK 0 1.00 0.45 0.16
HSL 326.89º 0.99% 0.42% -
HSV(B) 326.89º 1% 0.84% -
XYZ 30.72 15.48 18.51 -
YUV 77.73 150.74 224.49 -
System Red Green Blue C M Y K H S L
Decimal 213 1 118 0 1.00 0.45 0.16 326.89 0.99 0.42
Hex D5 1 76 0 64 2D 10 147 63 2A
Octal 325 1 166 0 144 55 20 507 143 52
Binary 11010101 1 1110110 0 1100100 101101 10000 101000111 1100011 101010

Color Harmonies of #D50176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50176

Black with #D50176

Text Example


Text Example

White with #D50176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50176; }

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

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

background-color css

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

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

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

border-color css

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

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

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