Html Css Color HEX #D50796 Medium Violet Red

📋 copy color: '#D50796'

red 213 ◦ green 7 ◦ blue 150

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

Shades of Medium Violet Red #D50796

Tints of Medium Violet Red #D50796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.54%

R = 57.57%
G = 1.89%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D50796 (or 0xD50796) is known color: Medium Violet Red. HEX triplet: D5, 07 and 96. RGB value is (213,7,150). Sum of RGB (Red+Green+Blue) = 213+7+150=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D50796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50796 is #2AF869. Grayscale: #545454. Windows color (decimal): -2816106 or 9832405. OLE color: 9832405.

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

Color convert

RGB 213 7 150 -
CMYK 0 0.97 0.30 0.16
HSL 318.35º 0.94% 0.43% -
HSV(B) 318.35º 0.97% 0.84% -
XYZ 33.02 16.5 30.3 -
YUV 84.9 164.75 219.37 -
System Red Green Blue C M Y K H S L
Decimal 213 7 150 0 0.97 0.30 0.16 318.35 0.94 0.43
Hex D5 7 96 0 61 1E 10 13E 5E 2B
Octal 325 7 226 0 141 36 20 476 136 53
Binary 11010101 111 10010110 0 1100001 11110 10000 100111110 1011110 101011

Color Harmonies of #D50796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50796

Black with #D50796

Text Example


Text Example

White with #D50796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50796; }

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

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

background-color css

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

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

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

border-color css

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

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

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