#D6078D

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

Shades of Medium Violet Red #D6078D

Tints of Medium Violet Red #D6078D

Color information

#D6078D (or 0xD6078D) is unknown color: approx Medium Violet Red. HEX triplet: D6, 07 and 8D. RGB value is (214,7,141). Sum of RGB (Red+Green+Blue) = 214+7+141=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6078D is #29F872. Grayscale: #535353. Windows color (decimal): -2750579 or 9242582. OLE color: 9242582.

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

Color convert

RGB2147141-
CMYK00.970.340.16
HSL321.16º93.67%43.33%-
HSV(B)321.16º96.73%83.92%-
XYZ32.6216.3726.64-
YUV84.17160.08220.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.12%
GREEN value IS 7 (3.12% from 255) = 1.93%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=59.12%
G=1.93%
B=38.95%

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
Decimal214714100.970.340.16321.1693.6743.33
HexD678D06122101415e2b
Octal32672150141422050113653
Binary110101101111000110101100001100010100001010000011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6078D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6078D; }

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

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

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

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

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

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

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

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