#DA4F9A

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

Shades of Mulberry #DA4F9A

Tints of Mulberry #DA4F9A

Color information

#DA4F9A (or 0xDA4F9A) is unknown color: approx Mulberry. HEX triplet: DA, 4F and 9A. RGB value is (218,79,154). Sum of RGB (Red+Green+Blue) = 218+79+154=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4F9A is #25B065. Grayscale: #808080. Windows color (decimal): -2469990 or 10112986. OLE color: 10112986.

HSL color Cylindrical-coordinate representation of color #DA4F9A: hue angle of 327.63º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4F9A is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB21879154-
CMYK00.640.290.15
HSL327.63º65.26%58.24%-
HSV(B)327.63º63.76%85.49%-
XYZ37.5422.8333-
YUV129.11142.05191.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.34%
GREEN value IS 79 (31.25% from 255) = 17.52%
BLUE value IS 154 (60.55% from 255) = 34.15%
R=48.34%
G=17.52%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187915400.640.290.15327.6365.2658.24
HexDA4F9A0401DF148413a
Octal3321172320100351751010172
Binary11011010100111110011010010000001110111111010010001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4F9A; }

 p { color: rgb(218,79,154); }

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

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

 a { background-color: rgb(218,79,154); }

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

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

 span { border-color: rgb(218,79,154); }

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