#DD4A92

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

Shades of Mulberry #DD4A92

Tints of Mulberry #DD4A92

Color information

#DD4A92 (or 0xDD4A92) is unknown color: approx Mulberry. HEX triplet: DD, 4A and 92. RGB value is (221,74,146). Sum of RGB (Red+Green+Blue) = 221+74+146=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4A92 is #22B56D. Grayscale: #7E7E7E. Windows color (decimal): -2274670 or 9587421. OLE color: 9587421.

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

Color convert

RGB22174146-
CMYK00.670.340.13
HSL330.61º68.37%57.84%-
HSV(B)330.61º66.52%86.67%-
XYZ37.4622.3529.53-
YUV126.16139.2195.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.11%
GREEN value IS 74 (29.30% from 255) = 16.78%
BLUE value IS 146 (57.42% from 255) = 33.11%
R=50.11%
G=16.78%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217414600.670.340.13330.6168.3757.84
HexDD4A9204322D14b443a
Octal3351122220103421551310472
Binary110111011001010100100100100001110001011011010010111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4A92; }

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

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

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

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

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

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

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

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