Html Css Color HEX #D12194 Medium Violet Red

📋 copy color: '#D12194'

red 209 ◦ green 33 ◦ blue 148

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

Shades of Medium Violet Red #D12194

Tints of Medium Violet Red #D12194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.95%

R = 53.59%
G = 8.46%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D12194 (or 0xD12194) is known color: Medium Violet Red. HEX triplet: D1, 21 and 94. RGB value is (209,33,148). Sum of RGB (Red+Green+Blue) = 209+33+148=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D12194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12194 is #2EDE6B. Grayscale: #626262. Windows color (decimal): -3071596 or 9707985. OLE color: 9707985.

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

Color convert

RGB 209 33 148 -
CMYK 0 0.84 0.29 0.18
HSL 320.8º 0.73% 0.47% -
HSV(B) 320.8º 0.84% 0.82% -
XYZ 32.18 16.78 29.56 -
YUV 98.73 155.81 206.65 -
System Red Green Blue C M Y K H S L
Decimal 209 33 148 0 0.84 0.29 0.18 320.8 0.73 0.47
Hex D1 21 94 0 54 1D 12 141 49 2F
Octal 321 41 224 0 124 35 22 501 111 57
Binary 11010001 100001 10010100 0 1010100 11101 10010 101000001 1001001 101111

Color Harmonies of #D12194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12194

Black with #D12194

Text Example


Text Example

White with #D12194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12194; }

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

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

background-color css

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

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

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

border-color css

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

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

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