Html Css Color HEX #D50574 Medium Violet Red

📋 copy color: '#D50574'

red 213 ◦ green 5 ◦ blue 116

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

Shades of Medium Violet Red #D50574

Tints of Medium Violet Red #D50574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.5%

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

R = 63.77%
G = 1.5%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D50574 (or 0xD50574) is known color: Medium Violet Red. HEX triplet: D5, 05 and 74. RGB value is (213,5,116). Sum of RGB (Red+Green+Blue) = 213+5+116=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D50574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50574 is #2AFA8B. Grayscale: #4F4F4F. Windows color (decimal): -2816652 or 7603669. OLE color: 7603669.

HSL color Cylindrical-coordinate representation of color #D50574: hue angle of 327.98º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50574 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 5 116 -
CMYK 0 0.98 0.46 0.16
HSL 327.98º 0.95% 0.43% -
HSV(B) 327.98º 0.98% 0.84% -
XYZ 30.65 15.52 17.9 -
YUV 79.85 148.41 222.97 -
System Red Green Blue C M Y K H S L
Decimal 213 5 116 0 0.98 0.46 0.16 327.98 0.95 0.43
Hex D5 5 74 0 62 2E 10 148 5F 2B
Octal 325 5 164 0 142 56 20 510 137 53
Binary 11010101 101 1110100 0 1100010 101110 10000 101001000 1011111 101011

Color Harmonies of #D50574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50574

Black with #D50574

Text Example


Text Example

White with #D50574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50574; }

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

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

background-color css

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

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

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

border-color css

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

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

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