#D2078C

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

Shades of Medium Violet Red #D2078C

Tints of Medium Violet Red #D2078C

Color information

#D2078C (or 0xD2078C) is unknown color: approx Medium Violet Red. HEX triplet: D2, 07 and 8C. RGB value is (210,7,140). Sum of RGB (Red+Green+Blue) = 210+7+140=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2078C is #2DF873. Grayscale: #525252. Windows color (decimal): -3012724 or 9177042. OLE color: 9177042.

HSL color Cylindrical-coordinate representation of color #D2078C: hue angle of 320.69º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2078C is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB2107140-
CMYK00.970.330.18
HSL320.69º93.55%42.55%-
HSV(B)320.69º96.67%82.35%-
XYZ31.3915.7526.2-
YUV82.86160.25218.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 58.82%
GREEN value IS 7 (3.12% from 255) = 1.96%
BLUE value IS 140 (55.08% from 255) = 39.22%
R=58.82%
G=1.96%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210714000.970.330.18320.6993.5542.55
HexD278C06121121415e2b
Octal32272140141412250113653
Binary110100101111000110001100001100001100101010000011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2078C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2078C; }

 p { color: rgb(210,7,140); }

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

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

 a { background-color: rgb(210,7,140); }

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

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

 span { border-color: rgb(210,7,140); }

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