#DA4B5F

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

Shades of Mandy #DA4B5F

Tints of Mandy #DA4B5F

Color information

#DA4B5F (or 0xDA4B5F) is unknown color: approx Mandy. HEX triplet: DA, 4B and 5F. RGB value is (218,75,95). Sum of RGB (Red+Green+Blue) = 218+75+95=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4B5F is #25B4A0. Grayscale: #787878. Windows color (decimal): -2471073 or 6245338. OLE color: 6245338.

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

Color convert

RGB2187595-
CMYK00.660.560.15
HSL351.61º65.9%57.45%-
HSV(B)351.61º65.6%85.49%-
XYZ33.520.7613.07-
YUV120.04113.88197.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.19%
GREEN value IS 75 (29.69% from 255) = 19.33%
BLUE value IS 95 (37.5% from 255) = 24.48%
R=56.19%
G=19.33%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218759500.660.560.15351.6165.957.45
HexDA4B5F04238F1604239
Octal3321131370102701754010271
Binary11011010100101110111110100001011100011111011000001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4B5F; }

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

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

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

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

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

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

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

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