#DE5195

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

Shades of Mulberry #DE5195

Tints of Mulberry #DE5195

Color information

#DE5195 (or 0xDE5195) is unknown color: approx Mulberry. HEX triplet: DE, 51 and 95. RGB value is (222,81,149). Sum of RGB (Red+Green+Blue) = 222+81+149=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5195 is #21AE6A. Grayscale: #828282. Windows color (decimal): -2207339 or 9785822. OLE color: 9785822.

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

Color convert

RGB22281149-
CMYK00.640.330.13
HSL331.06º68.12%59.41%-
HSV(B)331.06º63.51%87.06%-
XYZ38.4923.5830.96-
YUV130.91138.21192.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.12%
GREEN value IS 81 (32.03% from 255) = 17.92%
BLUE value IS 149 (58.59% from 255) = 32.96%
R=49.12%
G=17.92%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228114900.640.330.13331.0668.1259.41
HexDE519504021D14b443b
Octal3361212250100411551310473
Binary110111101010001100101010100000010000111011010010111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5195; }

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

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

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

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

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

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

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

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