Html Css Color HEX #D50376 Medium Violet Red

📋 copy color: '#D50376'

red 213 ◦ green 3 ◦ blue 118

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

Shades of Medium Violet Red #D50376

Tints of Medium Violet Red #D50376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 63.77%
G = 0.9%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D50376 (or 0xD50376) is known color: Medium Violet Red. HEX triplet: D5, 03 and 76. RGB value is (213,3,118). Sum of RGB (Red+Green+Blue) = 213+3+118=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D50376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50376 is #2AFC89. Grayscale: #4E4E4E. Windows color (decimal): -2817162 or 7734229. OLE color: 7734229.

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

Color convert

RGB 213 3 118 -
CMYK 0 0.99 0.45 0.16
HSL 327.14º 0.97% 0.42% -
HSV(B) 327.14º 0.99% 0.84% -
XYZ 30.74 15.52 18.51 -
YUV 78.9 150.07 223.65 -
System Red Green Blue C M Y K H S L
Decimal 213 3 118 0 0.99 0.45 0.16 327.14 0.97 0.42
Hex D5 3 76 0 63 2D 10 147 61 2A
Octal 325 3 166 0 143 55 20 507 141 52
Binary 11010101 11 1110110 0 1100011 101101 10000 101000111 1100001 101010

Color Harmonies of #D50376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50376

Black with #D50376

Text Example


Text Example

White with #D50376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50376; }

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

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

background-color css

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

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

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

border-color css

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

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

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