#D6468D

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

Shades of Mulberry #D6468D

Tints of Mulberry #D6468D

Color information

#D6468D (or 0xD6468D) is unknown color: approx Mulberry. HEX triplet: D6, 46 and 8D. RGB value is (214,70,141). Sum of RGB (Red+Green+Blue) = 214+70+141=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6468D is #29B972. Grayscale: #797979. Windows color (decimal): -2734451 or 9258710. OLE color: 9258710.

HSL color Cylindrical-coordinate representation of color #D6468D: hue angle of 330.42º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6468D is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB21470141-
CMYK00.670.340.16
HSL330.42º63.72%55.69%-
HSV(B)330.42º67.29%83.92%-
XYZ34.7320.627.34-
YUV121.15139.21194.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.35%
GREEN value IS 70 (27.73% from 255) = 16.47%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=50.35%
G=16.47%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147014100.670.340.16330.4263.7255.69
HexD6468D043221014a4038
Octal3261062150103422051210070
Binary1101011010001101000110101000011100010100001010010101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6468D; }

 p { color: rgb(214,70,141); }

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

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

 a { background-color: rgb(214,70,141); }

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

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

 span { border-color: rgb(214,70,141); }

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