#DC4794

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

Shades of Mulberry #DC4794

Tints of Mulberry #DC4794

Color information

#DC4794 (or 0xDC4794) is unknown color: approx Mulberry. HEX triplet: DC, 47 and 94. RGB value is (220,71,148). Sum of RGB (Red+Green+Blue) = 220+71+148=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4794 is #23B86B. Grayscale: #7C7C7C. Windows color (decimal): -2340972 or 9717724. OLE color: 9717724.

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

Color convert

RGB22071148-
CMYK00.680.330.14
HSL328.99º68.04%57.06%-
HSV(B)328.99º67.73%86.27%-
XYZ37.1121.8630.28-
YUV124.33141.36196.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.11%
GREEN value IS 71 (28.12% from 255) = 16.17%
BLUE value IS 148 (58.20% from 255) = 33.71%
R=50.11%
G=16.17%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207114800.680.330.14328.9968.0457.06
HexDC479404421E1494439
Octal3341072240104411651110471
Binary110111001000111100101000100010010000111101010010011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4794; }

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

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

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

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

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

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

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

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