#DA4F9E

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

Shades of Mulberry #DA4F9E

Tints of Mulberry #DA4F9E

Color information

#DA4F9E (or 0xDA4F9E) is unknown color: approx Mulberry. HEX triplet: DA, 4F and 9E. RGB value is (218,79,158). Sum of RGB (Red+Green+Blue) = 218+79+158=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4F9E is #25B061. Grayscale: #818181. Windows color (decimal): -2469986 or 10375130. OLE color: 10375130.

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

Color convert

RGB21879158-
CMYK00.640.280.15
HSL325.9º65.26%58.24%-
HSV(B)325.9º63.76%85.49%-
XYZ37.8822.9734.78-
YUV129.57144.05191.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.91%
GREEN value IS 79 (31.25% from 255) = 17.36%
BLUE value IS 158 (62.11% from 255) = 34.73%
R=47.91%
G=17.36%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187915800.640.280.15325.965.2658.24
HexDA4F9E0401CF146413a
Octal3321172360100341750610172
Binary11011010100111110011110010000001110011111010001101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4F9E; }

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

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

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

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

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

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

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

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