Html Css Color HEX #D50A9D Medium Violet Red

📋 copy color: '#D50A9D'

red 213 ◦ green 10 ◦ blue 157

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

Shades of Medium Violet Red #D50A9D

Tints of Medium Violet Red #D50A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.32%

R = 56.05%
G = 2.63%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D50A9D (or 0xD50A9D) is known color: Medium Violet Red. HEX triplet: D5, 0A and 9D. RGB value is (213,10,157). Sum of RGB (Red+Green+Blue) = 213+10+157=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50A9D is #2AF562. Grayscale: #575757. Windows color (decimal): -2815331 or 10291925. OLE color: 10291925.

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

Color convert

RGB 213 10 157 -
CMYK 0 0.95 0.26 0.16
HSL 316.55º 0.91% 0.44% -
HSV(B) 316.55º 0.95% 0.84% -
XYZ 33.63 16.8 33.37 -
YUV 87.46 167.25 217.55 -
System Red Green Blue C M Y K H S L
Decimal 213 10 157 0 0.95 0.26 0.16 316.55 0.91 0.44
Hex D5 A 9D 0 5F 1A 10 13D 5B 2C
Octal 325 12 235 0 137 32 20 475 133 54
Binary 11010101 1010 10011101 0 1011111 11010 10000 100111101 1011011 101100

Color Harmonies of #D50A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50A9D

Black with #D50A9D

Text Example


Text Example

White with #D50A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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