#D6429D

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

Shades of Mulberry #D6429D

Tints of Mulberry #D6429D

Color information

#D6429D (or 0xD6429D) is unknown color: approx Mulberry. HEX triplet: D6, 42 and 9D. RGB value is (214,66,157). Sum of RGB (Red+Green+Blue) = 214+66+157=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6429D is #29BD62. Grayscale: #787878. Windows color (decimal): -2735459 or 10306262. OLE color: 10306262.

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

Color convert

RGB21466157-
CMYK00.690.270.16
HSL323.11º64.35%54.9%-
HSV(B)323.11º69.16%83.92%-
XYZ35.7720.6333.99-
YUV120.63148.53194.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.97%
GREEN value IS 66 (26.17% from 255) = 15.10%
BLUE value IS 157 (61.72% from 255) = 35.93%
R=48.97%
G=15.10%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146615700.690.270.16323.1164.3554.9
HexD6429D0451B101434037
Octal3261022350105332050310067
Binary110101101000010100111010100010111011100001010000111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6429D; }

 p { color: rgb(214,66,157); }

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

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

 a { background-color: rgb(214,66,157); }

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

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

 span { border-color: rgb(214,66,157); }

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