#DC4995

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

Shades of Mulberry #DC4995

Tints of Mulberry #DC4995

Color information

#DC4995 (or 0xDC4995) is unknown color: approx Mulberry. HEX triplet: DC, 49 and 95. RGB value is (220,73,149). Sum of RGB (Red+Green+Blue) = 220+73+149=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4995 is #23B66A. Grayscale: #7D7D7D. Windows color (decimal): -2340459 or 9783772. OLE color: 9783772.

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

Color convert

RGB22073149-
CMYK00.670.320.14
HSL328.98º67.74%57.45%-
HSV(B)328.98º66.82%86.27%-
XYZ37.3222.1530.74-
YUV125.62141.2195.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.77%
GREEN value IS 73 (28.91% from 255) = 16.52%
BLUE value IS 149 (58.59% from 255) = 33.71%
R=49.77%
G=16.52%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207314900.670.320.14328.9867.7457.45
HexDC499504320E1494439
Octal3341112250103401651110471
Binary110111001001001100101010100001110000011101010010011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4995; }

 p { color: rgb(220,73,149); }

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

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

 a { background-color: rgb(220,73,149); }

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

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

 span { border-color: rgb(220,73,149); }

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