#D60B96

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

Shades of Medium Violet Red #D60B96

Tints of Medium Violet Red #D60B96

Color information

#D60B96 (or 0xD60B96) is unknown color: approx Medium Violet Red. HEX triplet: D6, 0B and 96. RGB value is (214,11,150). Sum of RGB (Red+Green+Blue) = 214+11+150=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60B96 is #29F469. Grayscale: #575757. Windows color (decimal): -2749546 or 9833430. OLE color: 9833430.

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

Color convert

RGB21411150-
CMYK00.950.300.16
HSL318.92º90.22%44.12%-
HSV(B)318.92º94.86%83.92%-
XYZ33.3616.7430.33-
YUV87.54163.25218.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.07%
GREEN value IS 11 (4.69% from 255) = 2.93%
BLUE value IS 150 (58.98% from 255) = 40%
R=57.07%
G=2.93%
B=40%

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
Decimal2141115000.950.300.16318.9290.2244.12
HexD6B9605F1E1013f5a2c
Octal326132260137362047713254
Binary110101101011100101100101111111110100001001111111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60B96; }

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

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

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

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

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

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

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

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