Html Css Color HEX #D111A4 Medium Violet Red

📋 copy color: '#D111A4'

red 209 ◦ green 17 ◦ blue 164

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

Shades of Medium Violet Red #D111A4

Tints of Medium Violet Red #D111A4

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.36%

 BLUE value IS 164 (64.45% from 255) = 42.05%

R = 53.59%
G = 4.36%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D111A4 (or 0xD111A4) is known color: Medium Violet Red. HEX triplet: D1, 11 and A4. RGB value is (209,17,164). Sum of RGB (Red+Green+Blue) = 209+17+164=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D111A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D111A4 is #2EEE5B. Grayscale: #5A5A5A. Windows color (decimal): -3075676 or 10752465. OLE color: 10752465.

HSL color Cylindrical-coordinate representation of color #D111A4: hue angle of 314.06º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D111A4 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 17 164 -
CMYK 0 0.92 0.22 0.18
HSL 314.06º 0.85% 0.44% -
HSV(B) 314.06º 0.92% 0.82% -
XYZ 33.2 16.64 36.58 -
YUV 91.17 169.11 212.05 -
System Red Green Blue C M Y K H S L
Decimal 209 17 164 0 0.92 0.22 0.18 314.06 0.85 0.44
Hex D1 11 A4 0 5C 16 12 13A 55 2C
Octal 321 21 244 0 134 26 22 472 125 54
Binary 11010001 10001 10100100 0 1011100 10110 10010 100111010 1010101 101100

Color Harmonies of #D111A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D111A4

Black with #D111A4

Text Example


Text Example

White with #D111A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D111A4; }

 p { color: rgb(209,17,164); }

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

background-color css

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

 a { background-color: rgb(209,17,164); }

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

border-color css

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

 span { border-color: rgb(209,17,164); }

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