#D60B95

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

Shades of Medium Violet Red #D60B95

Tints of Medium Violet Red #D60B95

Color information

#D60B95 (or 0xD60B95) is unknown color: approx Medium Violet Red. HEX triplet: D6, 0B and 95. RGB value is (214,11,149). Sum of RGB (Red+Green+Blue) = 214+11+149=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60B95 is #29F46A. Grayscale: #575757. Windows color (decimal): -2749547 or 9767894. OLE color: 9767894.

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

Color convert

RGB21411149-
CMYK00.950.300.16
HSL319.21º90.22%44.12%-
HSV(B)319.21º94.86%83.92%-
XYZ33.2816.7129.9-
YUV87.43162.75218.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.22%
GREEN value IS 11 (4.69% from 255) = 2.94%
BLUE value IS 149 (58.59% from 255) = 39.84%
R=57.22%
G=2.94%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141114900.950.300.16319.2190.2244.12
HexD6B9505F1E1013f5a2c
Octal326132250137362047713254
Binary110101101011100101010101111111110100001001111111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60B95; }

 p { color: rgb(214,11,149); }

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

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

 a { background-color: rgb(214,11,149); }

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

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

 span { border-color: rgb(214,11,149); }

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