#D245AA

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

Shades of Mulberry #D245AA

Tints of Mulberry #D245AA

Color information

#D245AA (or 0xD245AA) is unknown color: approx Mulberry. HEX triplet: D2, 45 and AA. RGB value is (210,69,170). Sum of RGB (Red+Green+Blue) = 210+69+170=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D245AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D245AA is #2DBA55. Grayscale: #7A7A7A. Windows color (decimal): -2996822 or 11158994. OLE color: 11158994.

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

Color convert

RGB21069170-
CMYK00.670.190.18
HSL317.02º61.04%54.71%-
HSV(B)317.02º67.14%82.35%-
XYZ35.9620.8640.16-
YUV122.67154.71190.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.77%
GREEN value IS 69 (27.34% from 255) = 15.37%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=46.77%
G=15.37%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106917000.670.190.18317.0261.0454.71
HexD245AA043131213d3d37
Octal322105252010323224757567
Binary11010010100010110101010010000111001110010100111101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D245AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D245AA; }

 p { color: rgb(210,69,170); }

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

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

 a { background-color: rgb(210,69,170); }

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

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

 span { border-color: rgb(210,69,170); }

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