Html Css Color HEX #D113A1 Medium Violet Red

📋 copy color: '#D113A1'

red 209 ◦ green 19 ◦ blue 161

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

Shades of Medium Violet Red #D113A1

Tints of Medium Violet Red #D113A1

RGB

 RED value IS 209 (82.03% from 255) = 53.73%

 GREEN value IS 19 (7.81% from 255) = 4.88%

 BLUE value IS 161 (63.28% from 255) = 41.39%

R = 53.73%
G = 4.88%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D113A1 (or 0xD113A1) is known color: Medium Violet Red. HEX triplet: D1, 13 and A1. RGB value is (209,19,161). Sum of RGB (Red+Green+Blue) = 209+19+161=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D113A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D113A1 is #2EEC5E. Grayscale: #5B5B5B. Windows color (decimal): -3075167 or 10556369. OLE color: 10556369.

HSL color Cylindrical-coordinate representation of color #D113A1: hue angle of 315.16º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D113A1 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 19 161 -
CMYK 0 0.91 0.23 0.18
HSL 315.16º 0.83% 0.45% -
HSV(B) 315.16º 0.91% 0.82% -
XYZ 32.96 16.59 35.18 -
YUV 92 166.95 211.45 -
System Red Green Blue C M Y K H S L
Decimal 209 19 161 0 0.91 0.23 0.18 315.16 0.83 0.45
Hex D1 13 A1 0 5B 17 12 13B 53 2D
Octal 321 23 241 0 133 27 22 473 123 55
Binary 11010001 10011 10100001 0 1011011 10111 10010 100111011 1010011 101101

Color Harmonies of #D113A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D113A1

Black with #D113A1

Text Example


Text Example

White with #D113A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D113A1; }

 p { color: rgb(209,19,161); }

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

background-color css

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

 a { background-color: rgb(209,19,161); }

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

border-color css

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

 span { border-color: rgb(209,19,161); }

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