#D2469B

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

Shades of Mulberry #D2469B

Tints of Mulberry #D2469B

Color information

#D2469B (or 0xD2469B) is unknown color: approx Mulberry. HEX triplet: D2, 46 and 9B. RGB value is (210,70,155). Sum of RGB (Red+Green+Blue) = 210+70+155=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2469B is #2DB964. Grayscale: #797979. Windows color (decimal): -2996581 or 10176210. OLE color: 10176210.

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

Color convert

RGB21070155-
CMYK00.670.260.18
HSL323.57º60.87%54.9%-
HSV(B)323.57º66.67%82.35%-
XYZ34.6820.4533.13-
YUV121.55146.88191.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.28%
GREEN value IS 70 (27.73% from 255) = 16.09%
BLUE value IS 155 (60.94% from 255) = 35.63%
R=48.28%
G=16.09%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107015500.670.260.18323.5760.8754.9
HexD2469B0431A121443d37
Octal322106233010332225047567
Binary11010010100011010011011010000111101010010101000100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2469B; }

 p { color: rgb(210,70,155); }

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

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

 a { background-color: rgb(210,70,155); }

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

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

 span { border-color: rgb(210,70,155); }

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