#DC5199

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

Shades of Mulberry #DC5199

Tints of Mulberry #DC5199

Color information

#DC5199 (or 0xDC5199) is unknown color: approx Mulberry. HEX triplet: DC, 51 and 99. RGB value is (220,81,153). Sum of RGB (Red+Green+Blue) = 220+81+153=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5199 is #23AE66. Grayscale: #828282. Windows color (decimal): -2338407 or 10047964. OLE color: 10047964.

HSL color Cylindrical-coordinate representation of color #DC5199: hue angle of 328.92º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5199 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB22081153-
CMYK00.630.300.14
HSL328.92º66.51%59.02%-
HSV(B)328.92º63.18%86.27%-
XYZ38.2123.432.64-
YUV130.77140.55191.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.46%
GREEN value IS 81 (32.03% from 255) = 17.84%
BLUE value IS 153 (60.16% from 255) = 33.70%
R=48.46%
G=17.84%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208115300.630.300.14328.9266.5159.02
HexDC519903F1EE149433b
Octal334121231077361651110373
Binary1101110010100011001100101111111111011101010010011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5199; }

 p { color: rgb(220,81,153); }

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

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

 a { background-color: rgb(220,81,153); }

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

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

 span { border-color: rgb(220,81,153); }

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