Html Css Color HEX #D50887 Medium Violet Red

📋 copy color: '#D50887'

red 213 ◦ green 8 ◦ blue 135

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

Shades of Medium Violet Red #D50887

Tints of Medium Violet Red #D50887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.92%

R = 59.83%
G = 2.25%
B = 37.92%

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

#D50887 (or 0xD50887) is known color: Medium Violet Red. HEX triplet: D5, 08 and 87. RGB value is (213,8,135). Sum of RGB (Red+Green+Blue) = 213+8+135=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D50887 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50887 is #2AF778. Grayscale: #535353. Windows color (decimal): -2815865 or 8849621. OLE color: 8849621.

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

Color convert

RGB 213 8 135 -
CMYK 0 0.96 0.37 0.16
HSL 322.83º 0.93% 0.43% -
HSV(B) 322.83º 0.96% 0.84% -
XYZ 31.9 16.07 24.34 -
YUV 83.77 156.92 220.17 -
System Red Green Blue C M Y K H S L
Decimal 213 8 135 0 0.96 0.37 0.16 322.83 0.93 0.43
Hex D5 8 87 0 60 25 10 143 5D 2B
Octal 325 10 207 0 140 45 20 503 135 53
Binary 11010101 1000 10000111 0 1100000 100101 10000 101000011 1011101 101011

Color Harmonies of #D50887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50887

Black with #D50887

Text Example


Text Example

White with #D50887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50887; }

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

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

background-color css

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

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

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

border-color css

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

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

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