#D8468E

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

Shades of Mulberry #D8468E

Tints of Mulberry #D8468E

Color information

#D8468E (or 0xD8468E) is unknown color: approx Mulberry. HEX triplet: D8, 46 and 8E. RGB value is (216,70,142). Sum of RGB (Red+Green+Blue) = 216+70+142=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8468E is #27B971. Grayscale: #797979. Windows color (decimal): -2603378 or 9324248. OLE color: 9324248.

HSL color Cylindrical-coordinate representation of color #D8468E: hue angle of 330.41º 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 #D8468E is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB21670142-
CMYK00.680.340.15
HSL330.41º65.18%56.08%-
HSV(B)330.41º67.59%84.71%-
XYZ35.3920.9327.77-
YUV121.86139.37195.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.47%
GREEN value IS 70 (27.73% from 255) = 16.36%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=50.47%
G=16.36%
B=33.18%

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
Decimal2167014200.680.340.15330.4165.1856.08
HexD8468E04422F14a4138
Octal3301062160104421751210170
Binary110110001000110100011100100010010001011111010010101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8468E; }

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

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

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

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

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

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

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

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