Html Css Color HEX #D113AA Medium Violet Red

📋 copy color: '#D113AA'

red 209 ◦ green 19 ◦ blue 170

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

Shades of Medium Violet Red #D113AA

Tints of Medium Violet Red #D113AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 52.51%
G = 4.77%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D113AA (or 0xD113AA) is known color: Medium Violet Red. HEX triplet: D1, 13 and AA. RGB value is (209,19,170). Sum of RGB (Red+Green+Blue) = 209+19+170=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D113AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D113AA is #2EEC55. Grayscale: #5C5C5C. Windows color (decimal): -3075158 or 11146193. OLE color: 11146193.

HSL color Cylindrical-coordinate representation of color #D113AA: hue angle of 312.32º 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 #D113AA is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 19 170 -
CMYK 0 0.91 0.19 0.18
HSL 312.32º 0.83% 0.45% -
HSV(B) 312.32º 0.91% 0.82% -
XYZ 33.78 16.92 39.52 -
YUV 93.02 171.45 210.72 -
System Red Green Blue C M Y K H S L
Decimal 209 19 170 0 0.91 0.19 0.18 312.32 0.83 0.45
Hex D1 13 AA 0 5B 13 12 138 53 2D
Octal 321 23 252 0 133 23 22 470 123 55
Binary 11010001 10011 10101010 0 1011011 10011 10010 100111000 1010011 101101

Color Harmonies of #D113AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D113AA

Black with #D113AA

Text Example


Text Example

White with #D113AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D113AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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