#DD509C

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

Shades of Mulberry #DD509C

Tints of Mulberry #DD509C

Color information

#DD509C (or 0xDD509C) is unknown color: approx Mulberry. HEX triplet: DD, 50 and 9C. RGB value is (221,80,156). Sum of RGB (Red+Green+Blue) = 221+80+156=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD509C is #22AF63. Grayscale: #828282. Windows color (decimal): -2273124 or 10244317. OLE color: 10244317.

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

Color convert

RGB22180156-
CMYK00.640.290.13
HSL327.66º67.46%59.02%-
HSV(B)327.66º63.8%86.67%-
XYZ38.6923.5133.95-
YUV130.82142.21192.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 80 (31.64% from 255) = 17.51%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=48.36%
G=17.51%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218015600.640.290.13327.6667.4659.02
HexDD509C0401DD148433b
Octal3351202340100351551010373
Binary11011101101000010011100010000001110111011010010001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD509C; }

 p { color: rgb(221,80,156); }

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

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

 a { background-color: rgb(221,80,156); }

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

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

 span { border-color: rgb(221,80,156); }

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