#d4429a

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

Shades of Mulberry #D4429A

Tints of Mulberry #D4429A

Color information

#D4429A (or 0xD4429A) is unknown color: approx Mulberry. HEX triplet: D4, 42 and 9A. RGB value is (212,66,154). Sum of RGB (Red+Green+Blue) = 212+66+154=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D4429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4429A is #2BBD65. Grayscale: #777777. Windows color (decimal): -2866534 or 10109652. OLE color: 10109652.

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

Color convert

RGB21266154-
CMYK00.690.270.17
HSL323.84º62.93%54.51%-
HSV(B)323.84º68.87%83.14%-
XYZ34.9320.2332.63-
YUV119.69147.37193.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.07%
GREEN value IS 66 (26.17% from 255) = 15.28%
BLUE value IS 154 (60.55% from 255) = 35.65%
R=49.07%
G=15.28%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126615400.690.270.17323.8462.9354.51
HexD4429A0451B111443f37
Octal324102232010533215047767
Binary11010100100001010011010010001011101110001101000100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4429a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4429a; }

 p { color: rgb(212,66,154); }

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

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

 a { background-color: rgb(212,66,154); }

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

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

 span { border-color: rgb(212,66,154); }

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