#D60B97

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

Shades of Medium Violet Red #D60B97

Tints of Medium Violet Red #D60B97

Color information

#D60B97 (or 0xD60B97) is unknown color: approx Medium Violet Red. HEX triplet: D6, 0B and 97. RGB value is (214,11,151). Sum of RGB (Red+Green+Blue) = 214+11+151=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60B97 is #29F468. Grayscale: #575757. Windows color (decimal): -2749545 or 9898966. OLE color: 9898966.

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

Color convert

RGB21411151-
CMYK00.950.290.16
HSL318.62º90.22%44.12%-
HSV(B)318.62º94.86%83.92%-
XYZ33.4416.7730.75-
YUV87.66163.75218.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.91%
GREEN value IS 11 (4.69% from 255) = 2.93%
BLUE value IS 151 (59.38% from 255) = 40.16%
R=56.91%
G=2.93%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141115100.950.290.16318.6290.2244.12
HexD6B9705F1D1013f5a2c
Octal326132270137352047713254
Binary110101101011100101110101111111101100001001111111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60B97; }

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

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

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

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

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

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

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

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