Html Css Color HEX #D50A81 Medium Violet Red

📋 copy color: '#D50A81'

red 213 ◦ green 10 ◦ blue 129

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

Shades of Medium Violet Red #D50A81

Tints of Medium Violet Red #D50A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.65%

R = 60.51%
G = 2.84%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D50A81 (or 0xD50A81) is known color: Medium Violet Red. HEX triplet: D5, 0A and 81. RGB value is (213,10,129). Sum of RGB (Red+Green+Blue) = 213+10+129=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50A81 is #2AF57E. Grayscale: #535353. Windows color (decimal): -2815359 or 8456917. OLE color: 8456917.

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

Color convert

RGB 213 10 129 -
CMYK 0 0.95 0.39 0.16
HSL 324.83º 0.91% 0.44% -
HSV(B) 324.83º 0.95% 0.84% -
XYZ 31.51 15.95 22.19 -
YUV 84.26 153.25 219.82 -
System Red Green Blue C M Y K H S L
Decimal 213 10 129 0 0.95 0.39 0.16 324.83 0.91 0.44
Hex D5 A 81 0 5F 27 10 145 5B 2C
Octal 325 12 201 0 137 47 20 505 133 54
Binary 11010101 1010 10000001 0 1011111 100111 10000 101000101 1011011 101100

Color Harmonies of #D50A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50A81

Black with #D50A81

Text Example


Text Example

White with #D50A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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