#DD4CA0

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

Shades of Mulberry #DD4CA0

Tints of Mulberry #DD4CA0

Color information

#DD4CA0 (or 0xDD4CA0) is unknown color: approx Mulberry. HEX triplet: DD, 4C and A0. RGB value is (221,76,160). Sum of RGB (Red+Green+Blue) = 221+76+160=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4CA0 is #22B35F. Grayscale: #808080. Windows color (decimal): -2274144 or 10505437. OLE color: 10505437.

HSL color Cylindrical-coordinate representation of color #DD4CA0: hue angle of 325.24º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4CA0 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB22176160-
CMYK00.660.280.13
HSL325.24º68.08%58.24%-
HSV(B)325.24º65.61%86.67%-
XYZ38.7523.0835.67-
YUV128.93145.54193.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 76 (30.08% from 255) = 16.63%
BLUE value IS 160 (62.89% from 255) = 35.01%
R=48.36%
G=16.63%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217616000.660.280.13325.2468.0858.24
HexDD4CA00421CD145443a
Octal3351142400102341550510472
Binary11011101100110010100000010000101110011011010001011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4CA0; }

 p { color: rgb(221,76,160); }

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

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

 a { background-color: rgb(221,76,160); }

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

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

 span { border-color: rgb(221,76,160); }

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