#DC5197

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

Shades of Mulberry #DC5197

Tints of Mulberry #DC5197

Color information

#DC5197 (or 0xDC5197) is unknown color: approx Mulberry. HEX triplet: DC, 51 and 97. RGB value is (220,81,151). Sum of RGB (Red+Green+Blue) = 220+81+151=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5197 is #23AE68. Grayscale: #828282. Windows color (decimal): -2338409 or 9916892. OLE color: 9916892.

HSL color Cylindrical-coordinate representation of color #DC5197: hue angle of 329.78º 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 #DC5197 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB22081151-
CMYK00.630.310.14
HSL329.78º66.51%59.02%-
HSV(B)329.78º63.18%86.27%-
XYZ38.0423.3331.78-
YUV130.54139.55191.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.67%
GREEN value IS 81 (32.03% from 255) = 17.92%
BLUE value IS 151 (59.38% from 255) = 33.41%
R=48.67%
G=17.92%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208115100.630.310.14329.7866.5159.02
HexDC519703F1FE14a433b
Octal334121227077371651210373
Binary1101110010100011001011101111111111111101010010101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5197; }

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

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

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

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

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

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

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

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