Html Css Color HEX #D50886 Medium Violet Red

📋 copy color: '#D50886'

red 213 ◦ green 8 ◦ blue 134

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

Shades of Medium Violet Red #D50886

Tints of Medium Violet Red #D50886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.75%

R = 60%
G = 2.25%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D50886 (or 0xD50886) is known color: Medium Violet Red. HEX triplet: D5, 08 and 86. RGB value is (213,8,134). Sum of RGB (Red+Green+Blue) = 213+8+134=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D50886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50886 is #2AF779. Grayscale: #535353. Windows color (decimal): -2815866 or 8784085. OLE color: 8784085.

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

Color convert

RGB 213 8 134 -
CMYK 0 0.96 0.37 0.16
HSL 323.12º 0.93% 0.43% -
HSV(B) 323.12º 0.96% 0.84% -
XYZ 31.83 16.04 23.97 -
YUV 83.66 156.42 220.25 -
System Red Green Blue C M Y K H S L
Decimal 213 8 134 0 0.96 0.37 0.16 323.12 0.93 0.43
Hex D5 8 86 0 60 25 10 143 5D 2B
Octal 325 10 206 0 140 45 20 503 135 53
Binary 11010101 1000 10000110 0 1100000 100101 10000 101000011 1011101 101011

Color Harmonies of #D50886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50886

Black with #D50886

Text Example


Text Example

White with #D50886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50886; }

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

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

background-color css

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

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

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

border-color css

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

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

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