#D5068E

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

Shades of Medium Violet Red #D5068E

Tints of Medium Violet Red #D5068E

Color information

#D5068E (or 0xD5068E) is unknown color: approx Medium Violet Red. HEX triplet: D5, 06 and 8E. RGB value is (213,6,142). Sum of RGB (Red+Green+Blue) = 213+6+142=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5068E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5068E is #2AF971. Grayscale: #535353. Windows color (decimal): -2816370 or 9307861. OLE color: 9307861.

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

Color convert

RGB2136142-
CMYK00.970.330.16
HSL320.58º94.52%42.94%-
HSV(B)320.58º97.18%83.53%-
XYZ32.3916.2327.02-
YUV83.4161.08220.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.00%
GREEN value IS 6 (2.73% from 255) = 1.66%
BLUE value IS 142 (55.86% from 255) = 39.34%
R=59.00%
G=1.66%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213614200.970.330.16320.5894.5242.94
HexD568E06121101415f2b
Octal32562160141412050113753
Binary110101011101000111001100001100001100001010000011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5068E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5068E; }

 p { color: rgb(213,6,142); }

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

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

 a { background-color: rgb(213,6,142); }

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

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

 span { border-color: rgb(213,6,142); }

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