#D245A2

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

Shades of Mulberry #D245A2

Tints of Mulberry #D245A2

Color information

#D245A2 (or 0xD245A2) is unknown color: approx Mulberry. HEX triplet: D2, 45 and A2. RGB value is (210,69,162). Sum of RGB (Red+Green+Blue) = 210+69+162=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D245A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D245A2 is #2DBA5D. Grayscale: #797979. Windows color (decimal): -2996830 or 10634706. OLE color: 10634706.

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

Color convert

RGB21069162-
CMYK00.670.230.18
HSL320.43º61.04%54.71%-
HSV(B)320.43º67.14%82.35%-
XYZ35.2320.5736.3-
YUV121.76150.71190.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.62%
GREEN value IS 69 (27.34% from 255) = 15.65%
BLUE value IS 162 (63.67% from 255) = 36.73%
R=47.62%
G=15.65%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106916200.670.230.18320.4361.0454.71
HexD245A204317121403d37
Octal322105242010327225007567
Binary11010010100010110100010010000111011110010101000000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D245A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D245A2; }

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

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

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

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

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

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

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

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