#D0198E

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

Shades of Medium Violet Red #D0198E

Tints of Medium Violet Red #D0198E

Color information

#D0198E (or 0xD0198E) is unknown color: approx Medium Violet Red. HEX triplet: D0, 19 and 8E. RGB value is (208,25,142). Sum of RGB (Red+Green+Blue) = 208+25+142=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D0198E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0198E is #2FE671. Grayscale: #5C5C5C. Windows color (decimal): -3139186 or 9312720. OLE color: 9312720.

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

Color convert

RGB20825142-
CMYK00.880.320.18
HSL321.64º78.54%45.69%-
HSV(B)321.64º87.98%81.57%-
XYZ31.2416.0627.04-
YUV93.06155.63209.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.47%
GREEN value IS 25 (10.16% from 255) = 6.67%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=55.47%
G=6.67%
B=37.87%

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
Decimal2082514200.880.320.18321.6478.5445.69
HexD0198E05820121424f2e
Octal320312160130402250211756
Binary11010000110011000111001011000100000100101010000101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0198E; }

 p { color: rgb(208,25,142); }

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

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

 a { background-color: rgb(208,25,142); }

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

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

 span { border-color: rgb(208,25,142); }

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