Html Css Color HEX #D50774 Medium Violet Red

📋 copy color: '#D50774'

red 213 ◦ green 7 ◦ blue 116

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

Shades of Medium Violet Red #D50774

Tints of Medium Violet Red #D50774

RGB

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

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

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

R = 63.39%
G = 2.08%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D50774 (or 0xD50774) is known color: Medium Violet Red. HEX triplet: D5, 07 and 74. RGB value is (213,7,116). Sum of RGB (Red+Green+Blue) = 213+7+116=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D50774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50774 is #2AF88B. Grayscale: #505050. Windows color (decimal): -2816140 or 7604181. OLE color: 7604181.

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

Color convert

RGB 213 7 116 -
CMYK 0 0.97 0.46 0.16
HSL 328.25º 0.94% 0.43% -
HSV(B) 328.25º 0.97% 0.84% -
XYZ 30.67 15.56 17.91 -
YUV 81.02 147.75 222.14 -
System Red Green Blue C M Y K H S L
Decimal 213 7 116 0 0.97 0.46 0.16 328.25 0.94 0.43
Hex D5 7 74 0 61 2E 10 148 5E 2B
Octal 325 7 164 0 141 56 20 510 136 53
Binary 11010101 111 1110100 0 1100001 101110 10000 101001000 1011110 101011

Color Harmonies of #D50774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50774

Black with #D50774

Text Example


Text Example

White with #D50774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50774; }

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

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

background-color css

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

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

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

border-color css

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

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

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