Html Css Color HEX #D50792 Medium Violet Red

📋 copy color: '#D50792'

red 213 ◦ green 7 ◦ blue 146

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

Shades of Medium Violet Red #D50792

Tints of Medium Violet Red #D50792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.89%

R = 58.2%
G = 1.91%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D50792 (or 0xD50792) is known color: Medium Violet Red. HEX triplet: D5, 07 and 92. RGB value is (213,7,146). Sum of RGB (Red+Green+Blue) = 213+7+146=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D50792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50792 is #2AF86D. Grayscale: #545454. Windows color (decimal): -2816110 or 9570261. OLE color: 9570261.

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

Color convert

RGB 213 7 146 -
CMYK 0 0.97 0.31 0.16
HSL 319.51º 0.94% 0.43% -
HSV(B) 319.51º 0.97% 0.84% -
XYZ 32.7 16.37 28.63 -
YUV 84.44 162.75 219.7 -
System Red Green Blue C M Y K H S L
Decimal 213 7 146 0 0.97 0.31 0.16 319.51 0.94 0.43
Hex D5 7 92 0 61 1F 10 140 5E 2B
Octal 325 7 222 0 141 37 20 500 136 53
Binary 11010101 111 10010010 0 1100001 11111 10000 101000000 1011110 101011

Color Harmonies of #D50792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50792

Black with #D50792

Text Example


Text Example

White with #D50792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50792; }

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

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

background-color css

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

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

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

border-color css

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

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

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