Html Css Color HEX #D50C99 Medium Violet Red

📋 copy color: '#D50C99'

red 213 ◦ green 12 ◦ blue 153

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

Shades of Medium Violet Red #D50C99

Tints of Medium Violet Red #D50C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.48%

R = 56.35%
G = 3.17%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D50C99 (or 0xD50C99) is known color: Medium Violet Red. HEX triplet: D5, 0C and 99. RGB value is (213,12,153). Sum of RGB (Red+Green+Blue) = 213+12+153=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50C99 is #2AF366. Grayscale: #575757. Windows color (decimal): -2814823 or 10030293. OLE color: 10030293.

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

Color convert

RGB 213 12 153 -
CMYK 0 0.94 0.28 0.16
HSL 317.91º 0.89% 0.44% -
HSV(B) 317.91º 0.94% 0.84% -
XYZ 33.32 16.71 31.61 -
YUV 88.17 164.59 217.04 -
System Red Green Blue C M Y K H S L
Decimal 213 12 153 0 0.94 0.28 0.16 317.91 0.89 0.44
Hex D5 C 99 0 5E 1C 10 13E 59 2C
Octal 325 14 231 0 136 34 20 476 131 54
Binary 11010101 1100 10011001 0 1011110 11100 10000 100111110 1011001 101100

Color Harmonies of #D50C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50C99

Black with #D50C99

Text Example


Text Example

White with #D50C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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