Html Css Color HEX #D12191 Medium Violet Red

📋 copy color: '#D12191'

red 209 ◦ green 33 ◦ blue 145

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

Shades of Medium Violet Red #D12191

Tints of Medium Violet Red #D12191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.53%

 BLUE value IS 145 (57.03% from 255) = 37.47%

R = 54.01%
G = 8.53%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D12191 (or 0xD12191) is known color: Medium Violet Red. HEX triplet: D1, 21 and 91. RGB value is (209,33,145). Sum of RGB (Red+Green+Blue) = 209+33+145=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D12191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12191 is #2EDE6E. Grayscale: #626262. Windows color (decimal): -3071599 or 9511377. OLE color: 9511377.

HSL color Cylindrical-coordinate representation of color #D12191: hue angle of 321.82º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12191 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 33 145 -
CMYK 0 0.84 0.31 0.18
HSL 321.82º 0.73% 0.47% -
HSV(B) 321.82º 0.84% 0.82% -
XYZ 31.95 16.69 28.33 -
YUV 98.39 154.31 206.89 -
System Red Green Blue C M Y K H S L
Decimal 209 33 145 0 0.84 0.31 0.18 321.82 0.73 0.47
Hex D1 21 91 0 54 1F 12 142 49 2F
Octal 321 41 221 0 124 37 22 502 111 57
Binary 11010001 100001 10010001 0 1010100 11111 10010 101000010 1001001 101111

Color Harmonies of #D12191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12191

Black with #D12191

Text Example


Text Example

White with #D12191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12191; }

 p { color: rgb(209,33,145); }

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

background-color css

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

 a { background-color: rgb(209,33,145); }

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

border-color css

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

 span { border-color: rgb(209,33,145); }

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