Html Css Color HEX #D113AB Medium Violet Red

📋 copy color: '#D113AB'

red 209 ◦ green 19 ◦ blue 171

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

Shades of Medium Violet Red #D113AB

Tints of Medium Violet Red #D113AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.86%

R = 52.38%
G = 4.76%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D113AB (or 0xD113AB) is known color: Medium Violet Red. HEX triplet: D1, 13 and AB. RGB value is (209,19,171). Sum of RGB (Red+Green+Blue) = 209+19+171=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D113AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D113AB is #2EEC54. Grayscale: #5C5C5C. Windows color (decimal): -3075157 or 11211729. OLE color: 11211729.

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

Color convert

RGB 209 19 171 -
CMYK 0 0.91 0.18 0.18
HSL 312º 0.83% 0.45% -
HSV(B) 312º 0.91% 0.82% -
XYZ 33.88 16.96 40.02 -
YUV 93.14 171.95 210.64 -
System Red Green Blue C M Y K H S L
Decimal 209 19 171 0 0.91 0.18 0.18 312 0.83 0.45
Hex D1 13 AB 0 5B 12 12 138 53 2D
Octal 321 23 253 0 133 22 22 470 123 55
Binary 11010001 10011 10101011 0 1011011 10010 10010 100111000 1010011 101101

Color Harmonies of #D113AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D113AB

Black with #D113AB

Text Example


Text Example

White with #D113AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D113AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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