Html Css Color HEX #D50978 Medium Violet Red

📋 copy color: '#D50978'

red 213 ◦ green 9 ◦ blue 120

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

Shades of Medium Violet Red #D50978

Tints of Medium Violet Red #D50978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.09%

R = 62.28%
G = 2.63%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D50978 (or 0xD50978) is known color: Medium Violet Red. HEX triplet: D5, 09 and 78. RGB value is (213,9,120). Sum of RGB (Red+Green+Blue) = 213+9+120=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D50978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50978 is #2AF687. Grayscale: #525252. Windows color (decimal): -2815624 or 7866837. OLE color: 7866837.

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

Color convert

RGB 213 9 120 -
CMYK 0 0.96 0.44 0.16
HSL 327.35º 0.92% 0.44% -
HSV(B) 327.35º 0.96% 0.84% -
XYZ 30.93 15.7 19.17 -
YUV 82.65 149.09 220.97 -
System Red Green Blue C M Y K H S L
Decimal 213 9 120 0 0.96 0.44 0.16 327.35 0.92 0.44
Hex D5 9 78 0 60 2C 10 147 5C 2C
Octal 325 11 170 0 140 54 20 507 134 54
Binary 11010101 1001 1111000 0 1100000 101100 10000 101000111 1011100 101100

Color Harmonies of #D50978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50978

Black with #D50978

Text Example


Text Example

White with #D50978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50978; }

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

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

background-color css

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

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

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

border-color css

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

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

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