Html Css Color HEX #D50787 Medium Violet Red

📋 copy color: '#D50787'

red 213 ◦ green 7 ◦ blue 135

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

Shades of Medium Violet Red #D50787

Tints of Medium Violet Red #D50787

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.97%

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

R = 60%
G = 1.97%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D50787 (or 0xD50787) is known color: Medium Violet Red. HEX triplet: D5, 07 and 87. RGB value is (213,7,135). Sum of RGB (Red+Green+Blue) = 213+7+135=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D50787 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50787 is #2AF878. Grayscale: #525252. Windows color (decimal): -2816121 or 8849365. OLE color: 8849365.

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

Color convert

RGB 213 7 135 -
CMYK 0 0.97 0.37 0.16
HSL 322.72º 0.94% 0.43% -
HSV(B) 322.72º 0.97% 0.84% -
XYZ 31.89 16.05 24.34 -
YUV 83.19 157.25 220.59 -
System Red Green Blue C M Y K H S L
Decimal 213 7 135 0 0.97 0.37 0.16 322.72 0.94 0.43
Hex D5 7 87 0 61 25 10 143 5E 2B
Octal 325 7 207 0 141 45 20 503 136 53
Binary 11010101 111 10000111 0 1100001 100101 10000 101000011 1011110 101011

Color Harmonies of #D50787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50787

Black with #D50787

Text Example


Text Example

White with #D50787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50787; }

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

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

background-color css

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

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

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

border-color css

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

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

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