#D9469F

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

Shades of Mulberry #D9469F

Tints of Mulberry #D9469F

Color information

#D9469F (or 0xD9469F) is unknown color: approx Mulberry. HEX triplet: D9, 46 and 9F. RGB value is (217,70,159). Sum of RGB (Red+Green+Blue) = 217+70+159=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D9469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9469F is #26B960. Grayscale: #7B7B7B. Windows color (decimal): -2537825 or 10438361. OLE color: 10438361.

HSL color Cylindrical-coordinate representation of color #D9469F: hue angle of 323.67º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9469F is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB21770159-
CMYK00.680.270.15
HSL323.67º65.92%56.27%-
HSV(B)323.67º67.74%85.1%-
XYZ37.0621.6435.02-
YUV124.1147.7194.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.65%
GREEN value IS 70 (27.73% from 255) = 15.70%
BLUE value IS 159 (62.5% from 255) = 35.65%
R=48.65%
G=15.70%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177015900.680.270.15323.6765.9256.27
HexD9469F0441BF1444238
Octal3311062370104331750410270
Binary11011001100011010011111010001001101111111010001001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9469F; }

 p { color: rgb(217,70,159); }

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

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

 a { background-color: rgb(217,70,159); }

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

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

 span { border-color: rgb(217,70,159); }

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