Html Css Color HEX #D12189 Medium Violet Red

📋 copy color: '#D12189'

red 209 ◦ green 33 ◦ blue 137

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

Shades of Medium Violet Red #D12189

Tints of Medium Violet Red #D12189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 55.15%
G = 8.71%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D12189 (or 0xD12189) is known color: Medium Violet Red. HEX triplet: D1, 21 and 89. RGB value is (209,33,137). Sum of RGB (Red+Green+Blue) = 209+33+137=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D12189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12189 is #2EDE76. Grayscale: #616161. Windows color (decimal): -3071607 or 8987089. OLE color: 8987089.

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

Color convert

RGB 209 33 137 -
CMYK 0 0.84 0.34 0.18
HSL 324.55º 0.73% 0.47% -
HSV(B) 324.55º 0.84% 0.82% -
XYZ 31.35 16.45 25.19 -
YUV 97.48 150.31 207.54 -
System Red Green Blue C M Y K H S L
Decimal 209 33 137 0 0.84 0.34 0.18 324.55 0.73 0.47
Hex D1 21 89 0 54 22 12 145 49 2F
Octal 321 41 211 0 124 42 22 505 111 57
Binary 11010001 100001 10001001 0 1010100 100010 10010 101000101 1001001 101111

Color Harmonies of #D12189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12189

Black with #D12189

Text Example


Text Example

White with #D12189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12189; }

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

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

background-color css

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

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

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

border-color css

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

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

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