Html Css Color HEX #D50C83 Medium Violet Red

📋 copy color: '#D50C83'

red 213 ◦ green 12 ◦ blue 131

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

Shades of Medium Violet Red #D50C83

Tints of Medium Violet Red #D50C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.8%

R = 59.83%
G = 3.37%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D50C83 (or 0xD50C83) is known color: Medium Violet Red. HEX triplet: D5, 0C and 83. RGB value is (213,12,131). Sum of RGB (Red+Green+Blue) = 213+12+131=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50C83 is #2AF37C. Grayscale: #555555. Windows color (decimal): -2814845 or 8588501. OLE color: 8588501.

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

Color convert

RGB 213 12 131 -
CMYK 0 0.94 0.38 0.16
HSL 324.48º 0.89% 0.44% -
HSV(B) 324.48º 0.94% 0.84% -
XYZ 31.67 16.05 22.9 -
YUV 85.67 153.59 218.82 -
System Red Green Blue C M Y K H S L
Decimal 213 12 131 0 0.94 0.38 0.16 324.48 0.89 0.44
Hex D5 C 83 0 5E 26 10 144 59 2C
Octal 325 14 203 0 136 46 20 504 131 54
Binary 11010101 1100 10000011 0 1011110 100110 10000 101000100 1011001 101100

Color Harmonies of #D50C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50C83

Black with #D50C83

Text Example


Text Example

White with #D50C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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