#D60A89

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

Shades of Medium Violet Red #D60A89

Tints of Medium Violet Red #D60A89

Color information

#D60A89 (or 0xD60A89) is unknown color: approx Medium Violet Red. HEX triplet: D6, 0A and 89. RGB value is (214,10,137). Sum of RGB (Red+Green+Blue) = 214+10+137=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60A89 is #29F576. Grayscale: #555555. Windows color (decimal): -2749815 or 8981206. OLE color: 8981206.

HSL color Cylindrical-coordinate representation of color #D60A89: hue angle of 322.65º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60A89 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB21410137-
CMYK00.950.360.16
HSL322.65º91.07%43.92%-
HSV(B)322.65º95.33%83.92%-
XYZ32.3616.3225.11-
YUV85.47157.09219.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.28%
GREEN value IS 10 (4.30% from 255) = 2.77%
BLUE value IS 137 (53.91% from 255) = 37.95%
R=59.28%
G=2.77%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141013700.950.360.16322.6591.0743.92
HexD6A8905F24101435b2c
Octal326122110137442050313354
Binary1101011010101000100101011111100100100001010000111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60A89; }

 p { color: rgb(214,10,137); }

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

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

 a { background-color: rgb(214,10,137); }

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

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

 span { border-color: rgb(214,10,137); }

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