#DD519D

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

Shades of Mulberry #DD519D

Tints of Mulberry #DD519D

Color information

#DD519D (or 0xDD519D) is unknown color: approx Mulberry. HEX triplet: DD, 51 and 9D. RGB value is (221,81,157). Sum of RGB (Red+Green+Blue) = 221+81+157=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD519D is #22AE62. Grayscale: #838383. Windows color (decimal): -2272867 or 10310109. OLE color: 10310109.

HSL color Cylindrical-coordinate representation of color #DD519D: hue angle of 327.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD519D is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB22181157-
CMYK00.630.290.13
HSL327.43º67.31%59.22%-
HSV(B)327.43º63.35%86.67%-
XYZ38.8523.6934.42-
YUV131.52142.38191.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 81 (32.03% from 255) = 17.65%
BLUE value IS 157 (61.72% from 255) = 34.20%
R=48.15%
G=17.65%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218115700.630.290.13327.4367.3159.22
HexDD519D03F1DD147433b
Octal335121235077351550710373
Binary1101110110100011001110101111111110111011010001111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD519D; }

 p { color: rgb(221,81,157); }

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

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

 a { background-color: rgb(221,81,157); }

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

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

 span { border-color: rgb(221,81,157); }

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