#DC5198

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

Shades of Mulberry #DC5198

Tints of Mulberry #DC5198

Color information

#DC5198 (or 0xDC5198) is unknown color: approx Mulberry. HEX triplet: DC, 51 and 98. RGB value is (220,81,152). Sum of RGB (Red+Green+Blue) = 220+81+152=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5198 is #23AE67. Grayscale: #828282. Windows color (decimal): -2338408 or 9982428. OLE color: 9982428.

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

Color convert

RGB22081152-
CMYK00.630.310.14
HSL329.35º66.51%59.02%-
HSV(B)329.35º63.18%86.27%-
XYZ38.1323.3732.21-
YUV130.66140.05191.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.57%
GREEN value IS 81 (32.03% from 255) = 17.88%
BLUE value IS 152 (59.77% from 255) = 33.55%
R=48.57%
G=17.88%
B=33.55%

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
Decimal2208115200.630.310.14329.3566.5159.02
HexDC519803F1FE149433b
Octal334121230077371651110373
Binary1101110010100011001100001111111111111101010010011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5198; }

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

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

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

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

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

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

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

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