#DE5097

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

Shades of Mulberry #DE5097

Tints of Mulberry #DE5097

Color information

#DE5097 (or 0xDE5097) is unknown color: approx Mulberry. HEX triplet: DE, 50 and 97. RGB value is (222,80,151). Sum of RGB (Red+Green+Blue) = 222+80+151=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5097 is #21AF68. Grayscale: #828282. Windows color (decimal): -2207593 or 9916638. OLE color: 9916638.

HSL color Cylindrical-coordinate representation of color #DE5097: hue angle of 330º degrees, saturation: 0.68, 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 #DE5097 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB22280151-
CMYK00.640.320.13
HSL330º68.27%59.22%-
HSV(B)330º63.96%87.06%-
XYZ38.5823.531.78-
YUV130.55139.54193.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.01%
GREEN value IS 80 (31.64% from 255) = 17.66%
BLUE value IS 151 (59.38% from 255) = 33.33%
R=49.01%
G=17.66%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228015100.640.320.1333068.2759.22
HexDE509704020D14a443b
Octal3361202270100401551210473
Binary110111101010000100101110100000010000011011010010101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5097; }

 p { color: rgb(222,80,151); }

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

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

 a { background-color: rgb(222,80,151); }

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

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

 span { border-color: rgb(222,80,151); }

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