Html Css Color HEX #D50C8F Medium Violet Red

📋 copy color: '#D50C8F'

red 213 ◦ green 12 ◦ blue 143

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

Shades of Medium Violet Red #D50C8F

Tints of Medium Violet Red #D50C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.86%

R = 57.88%
G = 3.26%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D50C8F (or 0xD50C8F) is known color: Medium Violet Red. HEX triplet: D5, 0C and 8F. RGB value is (213,12,143). Sum of RGB (Red+Green+Blue) = 213+12+143=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50C8F is #2AF370. Grayscale: #565656. Windows color (decimal): -2814833 or 9374933. OLE color: 9374933.

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

Color convert

RGB 213 12 143 -
CMYK 0 0.94 0.33 0.16
HSL 320.9º 0.89% 0.44% -
HSV(B) 320.9º 0.94% 0.84% -
XYZ 32.53 16.39 27.44 -
YUV 87.03 159.59 217.85 -
System Red Green Blue C M Y K H S L
Decimal 213 12 143 0 0.94 0.33 0.16 320.9 0.89 0.44
Hex D5 C 8F 0 5E 21 10 141 59 2C
Octal 325 14 217 0 136 41 20 501 131 54
Binary 11010101 1100 10001111 0 1011110 100001 10000 101000001 1011001 101100

Color Harmonies of #D50C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50C8F

Black with #D50C8F

Text Example


Text Example

White with #D50C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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