#DD4A98

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

Shades of Mulberry #DD4A98

Tints of Mulberry #DD4A98

Color information

#DD4A98 (or 0xDD4A98) is unknown color: approx Mulberry. HEX triplet: DD, 4A and 98. RGB value is (221,74,152). Sum of RGB (Red+Green+Blue) = 221+74+152=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4A98 is #22B567. Grayscale: #7E7E7E. Windows color (decimal): -2274664 or 9980637. OLE color: 9980637.

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

Color convert

RGB22174152-
CMYK00.670.310.13
HSL328.16º68.37%57.84%-
HSV(B)328.16º66.52%86.67%-
XYZ37.9422.5432.06-
YUV126.84142.2195.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.44%
GREEN value IS 74 (29.30% from 255) = 16.55%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=49.44%
G=16.55%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217415200.670.310.13328.1668.3757.84
HexDD4A980431FD148443a
Octal3351122300103371551010472
Binary11011101100101010011000010000111111111011010010001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4A98; }

 p { color: rgb(221,74,152); }

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

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

 a { background-color: rgb(221,74,152); }

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

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

 span { border-color: rgb(221,74,152); }

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