Html Css Color HEX #D50E77 Medium Violet Red

📋 copy color: '#D50E77'

red 213 ◦ green 14 ◦ blue 119

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

Shades of Medium Violet Red #D50E77

Tints of Medium Violet Red #D50E77

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.05%

 BLUE value IS 119 (46.88% from 255) = 34.39%

R = 61.56%
G = 4.05%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D50E77 (or 0xD50E77) is known color: Medium Violet Red. HEX triplet: D5, 0E and 77. RGB value is (213,14,119). Sum of RGB (Red+Green+Blue) = 213+14+119=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D50E77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50E77 is #2AF188. Grayscale: #555555. Windows color (decimal): -2814345 or 7802581. OLE color: 7802581.

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

Color convert

RGB 213 14 119 -
CMYK 0 0.93 0.44 0.16
HSL 328.34º 0.88% 0.45% -
HSV(B) 328.34º 0.93% 0.84% -
XYZ 30.93 15.79 18.87 -
YUV 85.47 146.93 218.96 -
System Red Green Blue C M Y K H S L
Decimal 213 14 119 0 0.93 0.44 0.16 328.34 0.88 0.45
Hex D5 E 77 0 5D 2C 10 148 58 2D
Octal 325 16 167 0 135 54 20 510 130 55
Binary 11010101 1110 1110111 0 1011101 101100 10000 101001000 1011000 101101

Color Harmonies of #D50E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50E77

Black with #D50E77

Text Example


Text Example

White with #D50E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50E77; }

 p { color: rgb(213,14,119); }

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

background-color css

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

 a { background-color: rgb(213,14,119); }

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

border-color css

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

 span { border-color: rgb(213,14,119); }

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