#DF4AA0

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

Shades of Mulberry #DF4AA0

Tints of Mulberry #DF4AA0

Color information

#DF4AA0 (or 0xDF4AA0) is unknown color: approx Mulberry. HEX triplet: DF, 4A and A0. RGB value is (223,74,160). Sum of RGB (Red+Green+Blue) = 223+74+160=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4AA0 is #20B55F. Grayscale: #808080. Windows color (decimal): -2143584 or 10504927. OLE color: 10504927.

HSL color Cylindrical-coordinate representation of color #DF4AA0: hue angle of 325.37º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4AA0 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB22374160-
CMYK00.670.280.13
HSL325.37º69.95%58.24%-
HSV(B)325.37º66.82%87.45%-
XYZ39.2323.1235.65-
YUV128.35145.86195.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.80%
GREEN value IS 74 (29.30% from 255) = 16.19%
BLUE value IS 160 (62.89% from 255) = 35.01%
R=48.80%
G=16.19%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237416000.670.280.13325.3769.9558.24
HexDF4AA00431CD145463a
Octal3371122400103341550510672
Binary11011111100101010100000010000111110011011010001011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4AA0; }

 p { color: rgb(223,74,160); }

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

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

 a { background-color: rgb(223,74,160); }

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

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

 span { border-color: rgb(223,74,160); }

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