Html Css Color HEX #D50A7B Medium Violet Red

📋 copy color: '#D50A7B'

red 213 ◦ green 10 ◦ blue 123

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

Shades of Medium Violet Red #D50A7B

Tints of Medium Violet Red #D50A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 61.56%
G = 2.89%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D50A7B (or 0xD50A7B) is known color: Medium Violet Red. HEX triplet: D5, 0A and 7B. RGB value is (213,10,123). Sum of RGB (Red+Green+Blue) = 213+10+123=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50A7B is #2AF584. Grayscale: #535353. Windows color (decimal): -2815365 or 8063701. OLE color: 8063701.

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

Color convert

RGB 213 10 123 -
CMYK 0 0.95 0.42 0.16
HSL 326.6º 0.91% 0.44% -
HSV(B) 326.6º 0.95% 0.84% -
XYZ 31.12 15.79 20.15 -
YUV 83.58 150.25 220.31 -
System Red Green Blue C M Y K H S L
Decimal 213 10 123 0 0.95 0.42 0.16 326.6 0.91 0.44
Hex D5 A 7B 0 5F 2A 10 147 5B 2C
Octal 325 12 173 0 137 52 20 507 133 54
Binary 11010101 1010 1111011 0 1011111 101010 10000 101000111 1011011 101100

Color Harmonies of #D50A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50A7B

Black with #D50A7B

Text Example


Text Example

White with #D50A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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