Html Css Color HEX #D50995 Medium Violet Red

📋 copy color: '#D50995'

red 213 ◦ green 9 ◦ blue 149

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

Shades of Medium Violet Red #D50995

Tints of Medium Violet Red #D50995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.43%

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 57.41%
G = 2.43%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D50995 (or 0xD50995) is known color: Medium Violet Red. HEX triplet: D5, 09 and 95. RGB value is (213,9,149). Sum of RGB (Red+Green+Blue) = 213+9+149=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D50995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50995 is #2AF66A. Grayscale: #555555. Windows color (decimal): -2815595 or 9767381. OLE color: 9767381.

HSL color Cylindrical-coordinate representation of color #D50995: hue angle of 318.82º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50995 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 9 149 -
CMYK 0 0.96 0.30 0.16
HSL 318.82º 0.92% 0.44% -
HSV(B) 318.82º 0.96% 0.84% -
XYZ 32.96 16.51 29.88 -
YUV 85.96 163.59 218.62 -
System Red Green Blue C M Y K H S L
Decimal 213 9 149 0 0.96 0.30 0.16 318.82 0.92 0.44
Hex D5 9 95 0 60 1E 10 13F 5C 2C
Octal 325 11 225 0 140 36 20 477 134 54
Binary 11010101 1001 10010101 0 1100000 11110 10000 100111111 1011100 101100

Color Harmonies of #D50995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50995

Black with #D50995

Text Example


Text Example

White with #D50995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50995; }

 p { color: rgb(213,9,149); }

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

background-color css

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

 a { background-color: rgb(213,9,149); }

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

border-color css

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

 span { border-color: rgb(213,9,149); }

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