Html Css Color HEX #D50974 Medium Violet Red

📋 copy color: '#D50974'

red 213 ◦ green 9 ◦ blue 116

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

Shades of Medium Violet Red #D50974

Tints of Medium Violet Red #D50974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.32%

R = 63.02%
G = 2.66%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D50974 (or 0xD50974) is known color: Medium Violet Red. HEX triplet: D5, 09 and 74. RGB value is (213,9,116). Sum of RGB (Red+Green+Blue) = 213+9+116=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D50974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50974 is #2AF68B. Grayscale: #515151. Windows color (decimal): -2815628 or 7604693. OLE color: 7604693.

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

Color convert

RGB 213 9 116 -
CMYK 0 0.96 0.46 0.16
HSL 328.53º 0.92% 0.44% -
HSV(B) 328.53º 0.96% 0.84% -
XYZ 30.69 15.6 17.92 -
YUV 82.19 147.09 221.3 -
System Red Green Blue C M Y K H S L
Decimal 213 9 116 0 0.96 0.46 0.16 328.53 0.92 0.44
Hex D5 9 74 0 60 2E 10 149 5C 2C
Octal 325 11 164 0 140 56 20 511 134 54
Binary 11010101 1001 1110100 0 1100000 101110 10000 101001001 1011100 101100

Color Harmonies of #D50974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50974

Black with #D50974

Text Example


Text Example

White with #D50974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50974; }

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

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

background-color css

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

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

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

border-color css

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

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

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