#D6078E

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

Shades of Medium Violet Red #D6078E

Tints of Medium Violet Red #D6078E

Color information

#D6078E (or 0xD6078E) is unknown color: approx Medium Violet Red. HEX triplet: D6, 07 and 8E. RGB value is (214,7,142). Sum of RGB (Red+Green+Blue) = 214+7+142=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D6078E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6078E is #29F871. Grayscale: #535353. Windows color (decimal): -2750578 or 9308118. OLE color: 9308118.

HSL color Cylindrical-coordinate representation of color #D6078E: hue angle of 320.87º 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 #D6078E is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB2147142-
CMYK00.970.340.16
HSL320.87º93.67%43.33%-
HSV(B)320.87º96.73%83.92%-
XYZ32.6916.427.03-
YUV84.28160.58220.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.95%
GREEN value IS 7 (3.12% from 255) = 1.93%
BLUE value IS 142 (55.86% from 255) = 39.12%
R=58.95%
G=1.93%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214714200.970.340.16320.8793.6743.33
HexD678E06122101415e2b
Octal32672160141422050113653
Binary110101101111000111001100001100010100001010000011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6078E; }

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

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

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

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

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

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

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

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