#DE5197

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

Shades of Mulberry #DE5197

Tints of Mulberry #DE5197

Color information

#DE5197 (or 0xDE5197) is unknown color: approx Mulberry. HEX triplet: DE, 51 and 97. RGB value is (222,81,151). Sum of RGB (Red+Green+Blue) = 222+81+151=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5197 is #21AE68. Grayscale: #838383. Windows color (decimal): -2207337 or 9916894. OLE color: 9916894.

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

Color convert

RGB22281151-
CMYK00.640.320.13
HSL330.21º68.12%59.41%-
HSV(B)330.21º63.51%87.06%-
XYZ38.6523.6531.81-
YUV131.14139.21192.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.90%
GREEN value IS 81 (32.03% from 255) = 17.84%
BLUE value IS 151 (59.38% from 255) = 33.26%
R=48.90%
G=17.84%
B=33.26%

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
Decimal2228115100.640.320.13330.2168.1259.41
HexDE519704020D14a443b
Octal3361212270100401551210473
Binary110111101010001100101110100000010000011011010010101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5197; }

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

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

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

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

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

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

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

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