#D6468E

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

Shades of Mulberry #D6468E

Tints of Mulberry #D6468E

Color information

#D6468E (or 0xD6468E) is unknown color: approx Mulberry. HEX triplet: D6, 46 and 8E. RGB value is (214,70,142). Sum of RGB (Red+Green+Blue) = 214+70+142=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6468E is #29B971. Grayscale: #797979. Windows color (decimal): -2734450 or 9324246. OLE color: 9324246.

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

Color convert

RGB21470142-
CMYK00.670.340.16
HSL330º63.72%55.69%-
HSV(B)330º67.29%83.92%-
XYZ34.820.6327.74-
YUV121.26139.71194.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.23%
GREEN value IS 70 (27.73% from 255) = 16.43%
BLUE value IS 142 (55.86% from 255) = 33.33%
R=50.23%
G=16.43%
B=33.33%

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
Decimal2147014200.670.340.1633063.7255.69
HexD6468E043221014a4038
Octal3261062160103422051210070
Binary1101011010001101000111001000011100010100001010010101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6468E; }

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

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

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

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

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

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

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

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