#D7429B

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

Shades of Mulberry #D7429B

Tints of Mulberry #D7429B

Color information

#D7429B (or 0xD7429B) is unknown color: approx Mulberry. HEX triplet: D7, 42 and 9B. RGB value is (215,66,155). Sum of RGB (Red+Green+Blue) = 215+66+155=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D7429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7429B is #28BD64. Grayscale: #787878. Windows color (decimal): -2669925 or 10175191. OLE color: 10175191.

HSL color Cylindrical-coordinate representation of color #D7429B: hue angle of 324.16º degrees, saturation: 0.65, 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 #D7429B is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB21566155-
CMYK00.690.280.16
HSL324.16º65.07%55.1%-
HSV(B)324.16º69.3%84.31%-
XYZ35.8920.7133.12-
YUV120.7147.36195.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.31%
GREEN value IS 66 (26.17% from 255) = 15.14%
BLUE value IS 155 (60.94% from 255) = 35.55%
R=49.31%
G=15.14%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156615500.690.280.16324.1665.0755.1
HexD7429B0451C101444137
Octal3271022330105342050410167
Binary110101111000010100110110100010111100100001010001001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7429B; }

 p { color: rgb(215,66,155); }

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

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

 a { background-color: rgb(215,66,155); }

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

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

 span { border-color: rgb(215,66,155); }

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