#D60E7B

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

Shades of Medium Violet Red #D60E7B

Tints of Medium Violet Red #D60E7B

Color information

#D60E7B (or 0xD60E7B) is unknown color: approx Medium Violet Red. HEX triplet: D6, 0E and 7B. RGB value is (214,14,123). Sum of RGB (Red+Green+Blue) = 214+14+123=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60E7B is #29F184. Grayscale: #555555. Windows color (decimal): -2748805 or 8064726. OLE color: 8064726.

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

Color convert

RGB21414123-
CMYK00.930.430.16
HSL327.3º87.72%44.71%-
HSV(B)327.3º93.46%83.92%-
XYZ31.4616.0420.18-
YUV86.23148.76219.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 60.97%
GREEN value IS 14 (5.86% from 255) = 3.99%
BLUE value IS 123 (48.44% from 255) = 35.04%
R=60.97%
G=3.99%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141412300.930.430.16327.387.7244.71
HexD6E7B05D2B10147582d
Octal326161730135532050713055
Binary110101101110111101101011101101011100001010001111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60E7B; }

 p { color: rgb(214,14,123); }

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

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

 a { background-color: rgb(214,14,123); }

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

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

 span { border-color: rgb(214,14,123); }

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