#DF509C

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

Shades of Mulberry #DF509C

Tints of Mulberry #DF509C

Color information

#DF509C (or 0xDF509C) is unknown color: approx Mulberry. HEX triplet: DF, 50 and 9C. RGB value is (223,80,156). Sum of RGB (Red+Green+Blue) = 223+80+156=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF509C is #20AF63. Grayscale: #838383. Windows color (decimal): -2142052 or 10244319. OLE color: 10244319.

HSL color Cylindrical-coordinate representation of color #DF509C: hue angle of 328.11º 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 #DF509C is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB22380156-
CMYK00.640.300.13
HSL328.11º69.08%59.41%-
HSV(B)328.11º64.13%87.45%-
XYZ39.323.8333.98-
YUV131.42141.88193.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.58%
GREEN value IS 80 (31.64% from 255) = 17.43%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=48.58%
G=17.43%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238015600.640.300.13328.1169.0859.41
HexDF509C0401ED148453b
Octal3371202340100361551010573
Binary11011111101000010011100010000001111011011010010001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF509C; }

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

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

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

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

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

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

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

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