#D24AA6

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

Shades of Mulberry #D24AA6

Tints of Mulberry #D24AA6

Color information

#D24AA6 (or 0xD24AA6) is unknown color: approx Mulberry. HEX triplet: D2, 4A and A6. RGB value is (210,74,166). Sum of RGB (Red+Green+Blue) = 210+74+166=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D24AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24AA6 is #2DB559. Grayscale: #7C7C7C. Windows color (decimal): -2995546 or 10898130. OLE color: 10898130.

HSL color Cylindrical-coordinate representation of color #D24AA6: hue angle of 319.41º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24AA6 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB21074166-
CMYK00.650.210.18
HSL319.41º60.18%55.69%-
HSV(B)319.41º64.76%82.35%-
XYZ35.9121.3538.31-
YUV125.15151.06188.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.67%
GREEN value IS 74 (29.30% from 255) = 16.44%
BLUE value IS 166 (65.23% from 255) = 36.89%
R=46.67%
G=16.44%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107416600.650.210.18319.4160.1855.69
HexD24AA6041151213f3c38
Octal322112246010125224777470
Binary11010010100101010100110010000011010110010100111111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24AA6; }

 p { color: rgb(210,74,166); }

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

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

 a { background-color: rgb(210,74,166); }

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

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

 span { border-color: rgb(210,74,166); }

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