#dd519f

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

Shades of Mulberry #DD519F

Tints of Mulberry #DD519F

Color information

#DD519F (or 0xDD519F) is unknown color: approx Mulberry. HEX triplet: DD, 51 and 9F. RGB value is (221,81,159). Sum of RGB (Red+Green+Blue) = 221+81+159=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD519F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD519F is #22AE60. Grayscale: #838383. Windows color (decimal): -2272865 or 10441181. OLE color: 10441181.

HSL color Cylindrical-coordinate representation of color #DD519F: hue angle of 326.57º 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 #DD519F is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB22181159-
CMYK00.630.280.13
HSL326.57º67.31%59.22%-
HSV(B)326.57º63.35%86.67%-
XYZ39.0223.7635.33-
YUV131.75143.38191.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 81 (32.03% from 255) = 17.57%
BLUE value IS 159 (62.5% from 255) = 34.49%
R=47.94%
G=17.57%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218115900.630.280.13326.5767.3159.22
HexDD519F03F1CD147433b
Octal335121237077341550710373
Binary1101110110100011001111101111111110011011010001111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd519f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd519f; }

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

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

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

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

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

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

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

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