#DD4E92

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

Shades of Mulberry #DD4E92

Tints of Mulberry #DD4E92

Color information

#DD4E92 (or 0xDD4E92) is unknown color: approx Mulberry. HEX triplet: DD, 4E and 92. RGB value is (221,78,146). Sum of RGB (Red+Green+Blue) = 221+78+146=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4E92 is #22B16D. Grayscale: #808080. Windows color (decimal): -2273646 or 9588445. OLE color: 9588445.

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

Color convert

RGB22178146-
CMYK00.650.340.13
HSL331.47º67.77%58.63%-
HSV(B)331.47º64.71%86.67%-
XYZ37.7322.929.62-
YUV128.51137.88193.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.66%
GREEN value IS 78 (30.86% from 255) = 17.53%
BLUE value IS 146 (57.42% from 255) = 32.81%
R=49.66%
G=17.53%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217814600.650.340.13331.4767.7758.63
HexDD4E9204122D14b443b
Octal3351162220101421551310473
Binary110111011001110100100100100000110001011011010010111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4E92; }

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

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

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

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

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

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

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

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