Html Css Color HEX #D50994 Medium Violet Red

📋 copy color: '#D50994'

red 213 ◦ green 9 ◦ blue 148

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

Shades of Medium Violet Red #D50994

Tints of Medium Violet Red #D50994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40%

R = 57.57%
G = 2.43%
B = 40%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D50994 (or 0xD50994) is known color: Medium Violet Red. HEX triplet: D5, 09 and 94. RGB value is (213,9,148). Sum of RGB (Red+Green+Blue) = 213+9+148=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D50994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50994 is #2AF66B. Grayscale: #555555. Windows color (decimal): -2815596 or 9701845. OLE color: 9701845.

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

Color convert

RGB 213 9 148 -
CMYK 0 0.96 0.31 0.16
HSL 319.12º 0.92% 0.44% -
HSV(B) 319.12º 0.96% 0.84% -
XYZ 32.88 16.48 29.46 -
YUV 85.84 163.09 218.7 -
System Red Green Blue C M Y K H S L
Decimal 213 9 148 0 0.96 0.31 0.16 319.12 0.92 0.44
Hex D5 9 94 0 60 1F 10 13F 5C 2C
Octal 325 11 224 0 140 37 20 477 134 54
Binary 11010101 1001 10010100 0 1100000 11111 10000 100111111 1011100 101100

Color Harmonies of #D50994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50994

Black with #D50994

Text Example


Text Example

White with #D50994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50994; }

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

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

background-color css

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

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

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

border-color css

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

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

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