#D1198F

Color #D1198F Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D1198F

Tints of Medium Violet Red #D1198F

Color information

#D1198F (or 0xD1198F) is unknown color: approx Medium Violet Red. HEX triplet: D1, 19 and 8F. RGB value is (209,25,143). Sum of RGB (Red+Green+Blue) = 209+25+143=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D1198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1198F is #2EE670. Grayscale: #5D5D5D. Windows color (decimal): -3073649 or 9378257. OLE color: 9378257.

HSL color Cylindrical-coordinate representation of color #D1198F: hue angle of 321.52º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1198F is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB20925143-
CMYK00.880.320.18
HSL321.52º78.63%45.88%-
HSV(B)321.52º88.04%81.96%-
XYZ31.616.2327.45-
YUV93.47155.96210.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.44%
GREEN value IS 25 (10.16% from 255) = 6.63%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=55.44%
G=6.63%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092514300.880.320.18321.5278.6345.88
HexD1198F05820121424f2e
Octal321312170130402250211756
Binary11010001110011000111101011000100000100101010000101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1198F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1198F; }

 p { color: rgb(209,25,143); }

 H1.HeaderClassName
 {
   color: #D1198F;
 }
 .AnyTagClassName
 {
   color: #D1198F;
 }
</style>
background-color css

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

 a { background-color: rgb(209,25,143); }

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

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

 span { border-color: rgb(209,25,143); }

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