#DF509A

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

Shades of Mulberry #DF509A

Tints of Mulberry #DF509A

Color information

#DF509A (or 0xDF509A) is unknown color: approx Mulberry. HEX triplet: DF, 50 and 9A. RGB value is (223,80,154). Sum of RGB (Red+Green+Blue) = 223+80+154=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF509A is #20AF65. Grayscale: #838383. Windows color (decimal): -2142054 or 10113247. OLE color: 10113247.

HSL color Cylindrical-coordinate representation of color #DF509A: hue angle of 328.95º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF509A is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB22380154-
CMYK00.640.310.13
HSL328.95º69.08%59.41%-
HSV(B)328.95º64.13%87.45%-
XYZ39.1323.7633.1-
YUV131.19140.88193.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.80%
GREEN value IS 80 (31.64% from 255) = 17.51%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=48.80%
G=17.51%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238015400.640.310.13328.9569.0859.41
HexDF509A0401FD149453b
Octal3371202320100371551110573
Binary11011111101000010011010010000001111111011010010011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF509A; }

 p { color: rgb(223,80,154); }

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

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

 a { background-color: rgb(223,80,154); }

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

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

 span { border-color: rgb(223,80,154); }

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