Html Css Color HEX #D50A7F Medium Violet Red

📋 copy color: '#D50A7F'

red 213 ◦ green 10 ◦ blue 127

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

Shades of Medium Violet Red #D50A7F

Tints of Medium Violet Red #D50A7F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.86%

 BLUE value IS 127 (50% from 255) = 36.29%

R = 60.86%
G = 2.86%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D50A7F (or 0xD50A7F) is known color: Medium Violet Red. HEX triplet: D5, 0A and 7F. RGB value is (213,10,127). Sum of RGB (Red+Green+Blue) = 213+10+127=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50A7F is #2AF580. Grayscale: #535353. Windows color (decimal): -2815361 or 8325845. OLE color: 8325845.

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

Color convert

RGB 213 10 127 -
CMYK 0 0.95 0.40 0.16
HSL 325.42º 0.91% 0.44% -
HSV(B) 325.42º 0.95% 0.84% -
XYZ 31.38 15.9 21.49 -
YUV 84.04 152.25 219.99 -
System Red Green Blue C M Y K H S L
Decimal 213 10 127 0 0.95 0.40 0.16 325.42 0.91 0.44
Hex D5 A 7F 0 5F 28 10 145 5B 2C
Octal 325 12 177 0 137 50 20 505 133 54
Binary 11010101 1010 1111111 0 1011111 101000 10000 101000101 1011011 101100

Color Harmonies of #D50A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50A7F

Black with #D50A7F

Text Example


Text Example

White with #D50A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50A7F; }

 p { color: rgb(213,10,127); }

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

background-color css

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

 a { background-color: rgb(213,10,127); }

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

border-color css

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

 span { border-color: rgb(213,10,127); }

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