Html Css Color HEX #D50879 Medium Violet Red

📋 copy color: '#D50879'

red 213 ◦ green 8 ◦ blue 121

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

Shades of Medium Violet Red #D50879

Tints of Medium Violet Red #D50879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.38%

R = 62.28%
G = 2.34%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D50879 (or 0xD50879) is known color: Medium Violet Red. HEX triplet: D5, 08 and 79. RGB value is (213,8,121). Sum of RGB (Red+Green+Blue) = 213+8+121=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D50879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50879 is #2AF786. Grayscale: #515151. Windows color (decimal): -2815879 or 7932117. OLE color: 7932117.

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

Color convert

RGB 213 8 121 -
CMYK 0 0.96 0.43 0.16
HSL 326.93º 0.93% 0.43% -
HSV(B) 326.93º 0.96% 0.84% -
XYZ 30.98 15.7 19.49 -
YUV 82.18 149.92 221.31 -
System Red Green Blue C M Y K H S L
Decimal 213 8 121 0 0.96 0.43 0.16 326.93 0.93 0.43
Hex D5 8 79 0 60 2B 10 147 5D 2B
Octal 325 10 171 0 140 53 20 507 135 53
Binary 11010101 1000 1111001 0 1100000 101011 10000 101000111 1011101 101011

Color Harmonies of #D50879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50879

Black with #D50879

Text Example


Text Example

White with #D50879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50879; }

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

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

background-color css

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

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

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

border-color css

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

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

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