#DA4BA7

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

Shades of Mulberry #DA4BA7

Tints of Mulberry #DA4BA7

Color information

#DA4BA7 (or 0xDA4BA7) is unknown color: approx Mulberry. HEX triplet: DA, 4B and A7. RGB value is (218,75,167). Sum of RGB (Red+Green+Blue) = 218+75+167=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 167 (65.62% from 255 or 36.30% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4BA7 is #25B458. Grayscale: #808080. Windows color (decimal): -2471001 or 10963930. OLE color: 10963930.

HSL color Cylindrical-coordinate representation of color #DA4BA7: hue angle of 321.4º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4BA7 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB21875167-
CMYK00.660.230.15
HSL321.4º65.9%57.45%-
HSV(B)321.4º65.6%85.49%-
XYZ38.422.7338.92-
YUV128.24149.88192.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.39%
GREEN value IS 75 (29.69% from 255) = 16.30%
BLUE value IS 167 (65.62% from 255) = 36.30%
R=47.39%
G=16.30%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187516700.660.230.15321.465.957.45
HexDA4BA704217F1414239
Octal3321132470102271750110271
Binary11011010100101110100111010000101011111111010000011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4BA7; }

 p { color: rgb(218,75,167); }

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

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

 a { background-color: rgb(218,75,167); }

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

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

 span { border-color: rgb(218,75,167); }

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