Html Css Color HEX #D50C8A Medium Violet Red

📋 copy color: '#D50C8A'

red 213 ◦ green 12 ◦ blue 138

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

Shades of Medium Violet Red #D50C8A

Tints of Medium Violet Red #D50C8A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.31%

 BLUE value IS 138 (54.3% from 255) = 38.02%

R = 58.68%
G = 3.31%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D50C8A (or 0xD50C8A) is known color: Medium Violet Red. HEX triplet: D5, 0C and 8A. RGB value is (213,12,138). Sum of RGB (Red+Green+Blue) = 213+12+138=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50C8A is #2AF375. Grayscale: #565656. Windows color (decimal): -2814838 or 9047253. OLE color: 9047253.

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

Color convert

RGB 213 12 138 -
CMYK 0 0.94 0.35 0.16
HSL 322.39º 0.89% 0.44% -
HSV(B) 322.39º 0.94% 0.84% -
XYZ 32.16 16.24 25.49 -
YUV 86.46 157.09 218.25 -
System Red Green Blue C M Y K H S L
Decimal 213 12 138 0 0.94 0.35 0.16 322.39 0.89 0.44
Hex D5 C 8A 0 5E 23 10 142 59 2C
Octal 325 14 212 0 136 43 20 502 131 54
Binary 11010101 1100 10001010 0 1011110 100011 10000 101000010 1011001 101100

Color Harmonies of #D50C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50C8A

Black with #D50C8A

Text Example


Text Example

White with #D50C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50C8A; }

 p { color: rgb(213,12,138); }

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

background-color css

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

 a { background-color: rgb(213,12,138); }

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

border-color css

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

 span { border-color: rgb(213,12,138); }

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