#DC5298

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

Shades of Mulberry #DC5298

Tints of Mulberry #DC5298

Color information

#DC5298 (or 0xDC5298) is unknown color: approx Mulberry. HEX triplet: DC, 52 and 98. RGB value is (220,82,152). Sum of RGB (Red+Green+Blue) = 220+82+152=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5298 is #23AD67. Grayscale: #838383. Windows color (decimal): -2338152 or 9982684. OLE color: 9982684.

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

Color convert

RGB22082152-
CMYK00.630.310.14
HSL329.57º66.35%59.22%-
HSV(B)329.57º62.73%86.27%-
XYZ38.223.5232.23-
YUV131.24139.72191.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.46%
GREEN value IS 82 (32.42% from 255) = 18.06%
BLUE value IS 152 (59.77% from 255) = 33.48%
R=48.46%
G=18.06%
B=33.48%

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
Decimal2208215200.630.310.14329.5766.3559.22
HexDC529803F1FE14a423b
Octal334122230077371651210273
Binary1101110010100101001100001111111111111101010010101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5298; }

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

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

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

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

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

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

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

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