#D60B98

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

Shades of Medium Violet Red #D60B98

Tints of Medium Violet Red #D60B98

Color information

#D60B98 (or 0xD60B98) is unknown color: approx Medium Violet Red. HEX triplet: D6, 0B and 98. RGB value is (214,11,152). Sum of RGB (Red+Green+Blue) = 214+11+152=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60B98 is #29F467. Grayscale: #575757. Windows color (decimal): -2749544 or 9964502. OLE color: 9964502.

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

Color convert

RGB21411152-
CMYK00.950.290.16
HSL318.33º90.22%44.12%-
HSV(B)318.33º94.86%83.92%-
XYZ33.5216.831.18-
YUV87.77164.25218.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.76%
GREEN value IS 11 (4.69% from 255) = 2.92%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=56.76%
G=2.92%
B=40.32%

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
Decimal2141115200.950.290.16318.3390.2244.12
HexD6B9805F1D1013e5a2c
Octal326132300137352047613254
Binary110101101011100110000101111111101100001001111101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60B98; }

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

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

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

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

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

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

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

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