Html Css Color HEX #D50877 Medium Violet Red

📋 copy color: '#D50877'

red 213 ◦ green 8 ◦ blue 119

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

Shades of Medium Violet Red #D50877

Tints of Medium Violet Red #D50877

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

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

R = 62.65%
G = 2.35%
B = 35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D50877 (or 0xD50877) is known color: Medium Violet Red. HEX triplet: D5, 08 and 77. RGB value is (213,8,119). Sum of RGB (Red+Green+Blue) = 213+8+119=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D50877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50877 is #2AF788. Grayscale: #515151. Windows color (decimal): -2815881 or 7801045. OLE color: 7801045.

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

Color convert

RGB 213 8 119 -
CMYK 0 0.96 0.44 0.16
HSL 327.51º 0.93% 0.43% -
HSV(B) 327.51º 0.96% 0.84% -
XYZ 30.86 15.65 18.85 -
YUV 81.95 148.92 221.47 -
System Red Green Blue C M Y K H S L
Decimal 213 8 119 0 0.96 0.44 0.16 327.51 0.93 0.43
Hex D5 8 77 0 60 2C 10 148 5D 2B
Octal 325 10 167 0 140 54 20 510 135 53
Binary 11010101 1000 1110111 0 1100000 101100 10000 101001000 1011101 101011

Color Harmonies of #D50877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50877

Black with #D50877

Text Example


Text Example

White with #D50877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50877; }

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

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

background-color css

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

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

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

border-color css

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

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

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