#D8468F

Color #D8468F Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #D8468F

Tints of Mulberry #D8468F

Color information

#D8468F (or 0xD8468F) is unknown color: approx Mulberry. HEX triplet: D8, 46 and 8F. RGB value is (216,70,143). Sum of RGB (Red+Green+Blue) = 216+70+143=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D8468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8468F is #27B970. Grayscale: #797979. Windows color (decimal): -2603377 or 9389784. OLE color: 9389784.

HSL color Cylindrical-coordinate representation of color #D8468F: hue angle of 330º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8468F is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB21670143-
CMYK00.680.340.15
HSL330º65.18%56.08%-
HSV(B)330º67.59%84.71%-
XYZ35.4720.9628.16-
YUV121.98139.87195.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.35%
GREEN value IS 70 (27.73% from 255) = 16.32%
BLUE value IS 143 (56.25% from 255) = 33.33%
R=50.35%
G=16.32%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167014300.680.340.1533065.1856.08
HexD8468F04422F14a4138
Octal3301062170104421751210170
Binary110110001000110100011110100010010001011111010010101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8468F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8468F; }

 p { color: rgb(216,70,143); }

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

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

 a { background-color: rgb(216,70,143); }

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

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

 span { border-color: rgb(216,70,143); }

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