#D0138D

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

Shades of Medium Violet Red #D0138D

Tints of Medium Violet Red #D0138D

Color information

#D0138D (or 0xD0138D) is unknown color: approx Medium Violet Red. HEX triplet: D0, 13 and 8D. RGB value is (208,19,141). Sum of RGB (Red+Green+Blue) = 208+19+141=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0138D is #2FEC72. Grayscale: #595959. Windows color (decimal): -3140723 or 9245648. OLE color: 9245648.

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

Color convert

RGB20819141-
CMYK00.910.320.18
HSL321.27º83.26%44.51%-
HSV(B)321.27º90.87%81.57%-
XYZ31.0515.826.61-
YUV89.42157.12212.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.52%
GREEN value IS 19 (7.81% from 255) = 5.16%
BLUE value IS 141 (55.47% from 255) = 38.32%
R=56.52%
G=5.16%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081914100.910.320.18321.2783.2644.51
HexD0138D05B2012141532d
Octal320232150133402250112355
Binary11010000100111000110101011011100000100101010000011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0138D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0138D; }

 p { color: rgb(208,19,141); }

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

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

 a { background-color: rgb(208,19,141); }

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

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

 span { border-color: rgb(208,19,141); }

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