#D1429C

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

Shades of Mulberry #D1429C

Tints of Mulberry #D1429C

Color information

#D1429C (or 0xD1429C) is unknown color: approx Mulberry. HEX triplet: D1, 42 and 9C. RGB value is (209,66,156). Sum of RGB (Red+Green+Blue) = 209+66+156=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D1429C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1429C is #2EBD63. Grayscale: #767676. Windows color (decimal): -3063140 or 10240721. OLE color: 10240721.

HSL color Cylindrical-coordinate representation of color #D1429C: hue angle of 322.24º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1429C is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB20966156-
CMYK00.680.250.18
HSL322.24º60.85%53.92%-
HSV(B)322.24º68.42%81.96%-
XYZ34.2419.8533.48-
YUV119.02148.88192.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.49%
GREEN value IS 66 (26.17% from 255) = 15.31%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=48.49%
G=15.31%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096615600.680.250.18322.2460.8553.92
HexD1429C04419121423d36
Octal321102234010431225027566
Binary11010001100001010011100010001001100110010101000010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1429C; }

 p { color: rgb(209,66,156); }

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

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

 a { background-color: rgb(209,66,156); }

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

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

 span { border-color: rgb(209,66,156); }

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