Html Css Color HEX #D1149E Medium Violet Red

📋 copy color: '#D1149E'

red 209 ◦ green 20 ◦ blue 158

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

Shades of Medium Violet Red #D1149E

Tints of Medium Violet Red #D1149E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.17%

 BLUE value IS 158 (62.11% from 255) = 40.83%

R = 54.01%
G = 5.17%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1149E (or 0xD1149E) is known color: Medium Violet Red. HEX triplet: D1, 14 and 9E. RGB value is (209,20,158). Sum of RGB (Red+Green+Blue) = 209+20+158=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D1149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1149E is #2EEB61. Grayscale: #5B5B5B. Windows color (decimal): -3074914 or 10360017. OLE color: 10360017.

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

Color convert

RGB 209 20 158 -
CMYK 0 0.90 0.24 0.18
HSL 316.19º 0.83% 0.45% -
HSV(B) 316.19º 0.9% 0.82% -
XYZ 32.72 16.52 33.81 -
YUV 92.24 165.12 211.28 -
System Red Green Blue C M Y K H S L
Decimal 209 20 158 0 0.90 0.24 0.18 316.19 0.83 0.45
Hex D1 14 9E 0 5A 18 12 13C 53 2D
Octal 321 24 236 0 132 30 22 474 123 55
Binary 11010001 10100 10011110 0 1011010 11000 10010 100111100 1010011 101101

Color Harmonies of #D1149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1149E

Black with #D1149E

Text Example


Text Example

White with #D1149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1149E; }

 p { color: rgb(209,20,158); }

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

background-color css

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

 a { background-color: rgb(209,20,158); }

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

border-color css

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

 span { border-color: rgb(209,20,158); }

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