#D6078C

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

Shades of Medium Violet Red #D6078C

Tints of Medium Violet Red #D6078C

Color information

#D6078C (or 0xD6078C) is unknown color: approx Medium Violet Red. HEX triplet: D6, 07 and 8C. RGB value is (214,7,140). Sum of RGB (Red+Green+Blue) = 214+7+140=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6078C is #29F873. Grayscale: #535353. Windows color (decimal): -2750580 or 9177046. OLE color: 9177046.

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

Color convert

RGB2147140-
CMYK00.970.350.16
HSL321.45º93.67%43.33%-
HSV(B)321.45º96.73%83.92%-
XYZ32.5416.3426.25-
YUV84.06159.58220.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.28%
GREEN value IS 7 (3.12% from 255) = 1.94%
BLUE value IS 140 (55.08% from 255) = 38.78%
R=59.28%
G=1.94%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214714000.970.350.16321.4593.6743.33
HexD678C06123101415e2b
Octal32672140141432050113653
Binary110101101111000110001100001100011100001010000011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6078C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6078C; }

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

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

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

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

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

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

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

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