#D5469A

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

Shades of Mulberry #D5469A

Tints of Mulberry #D5469A

Color information

#D5469A (or 0xD5469A) is unknown color: approx Mulberry. HEX triplet: D5, 46 and 9A. RGB value is (213,70,154). Sum of RGB (Red+Green+Blue) = 213+70+154=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D5469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5469A is #2AB965. Grayscale: #7A7A7A. Windows color (decimal): -2799974 or 10110677. OLE color: 10110677.

HSL color Cylindrical-coordinate representation of color #D5469A: hue angle of 324.76º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5469A is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB21370154-
CMYK00.670.280.16
HSL324.76º63%55.49%-
HSV(B)324.76º67.14%83.53%-
XYZ35.4620.8632.73-
YUV122.33145.88192.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.74%
GREEN value IS 70 (27.73% from 255) = 16.02%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=48.74%
G=16.02%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137015400.670.280.16324.766355.49
HexD5469A0431C101453f37
Octal325106232010334205057767
Binary11010101100011010011010010000111110010000101000101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5469A; }

 p { color: rgb(213,70,154); }

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

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

 a { background-color: rgb(213,70,154); }

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

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

 span { border-color: rgb(213,70,154); }

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