#DC5194

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

Shades of Mulberry #DC5194

Tints of Mulberry #DC5194

Color information

#DC5194 (or 0xDC5194) is unknown color: approx Mulberry. HEX triplet: DC, 51 and 94. RGB value is (220,81,148). Sum of RGB (Red+Green+Blue) = 220+81+148=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5194 is #23AE6B. Grayscale: #828282. Windows color (decimal): -2338412 or 9720284. OLE color: 9720284.

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

Color convert

RGB22081148-
CMYK00.630.330.14
HSL331.08º66.51%59.02%-
HSV(B)331.08º63.18%86.27%-
XYZ37.823.2430.51-
YUV130.2138.05192.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.00%
GREEN value IS 81 (32.03% from 255) = 18.04%
BLUE value IS 148 (58.20% from 255) = 32.96%
R=49.00%
G=18.04%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208114800.630.330.14331.0866.5159.02
HexDC519403F21E14b433b
Octal334121224077411651310373
Binary11011100101000110010100011111110000111101010010111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5194; }

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

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

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

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

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

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

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

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