#D2469D

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

Shades of Mulberry #D2469D

Tints of Mulberry #D2469D

Color information

#D2469D (or 0xD2469D) is unknown color: approx Mulberry. HEX triplet: D2, 46 and 9D. RGB value is (210,70,157). Sum of RGB (Red+Green+Blue) = 210+70+157=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2469D is #2DB962. Grayscale: #797979. Windows color (decimal): -2996579 or 10307282. OLE color: 10307282.

HSL color Cylindrical-coordinate representation of color #D2469D: hue angle of 322.71º 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 #D2469D is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB21070157-
CMYK00.670.250.18
HSL322.71º60.87%54.9%-
HSV(B)322.71º66.67%82.35%-
XYZ34.8520.5234.02-
YUV121.78147.88190.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.05%
GREEN value IS 70 (27.73% from 255) = 16.02%
BLUE value IS 157 (61.72% from 255) = 35.93%
R=48.05%
G=16.02%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107015700.670.250.18322.7160.8754.9
HexD2469D04319121433d37
Octal322106235010331225037567
Binary11010010100011010011101010000111100110010101000011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2469D; }

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

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

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

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

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

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

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

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