#DA4B5E

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

Shades of Mandy #DA4B5E

Tints of Mandy #DA4B5E

Color information

#DA4B5E (or 0xDA4B5E) is unknown color: approx Mandy. HEX triplet: DA, 4B and 5E. RGB value is (218,75,94). Sum of RGB (Red+Green+Blue) = 218+75+94=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4B5E is #25B4A1. Grayscale: #777777. Windows color (decimal): -2471074 or 6179802. OLE color: 6179802.

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

Color convert

RGB2187594-
CMYK00.660.570.15
HSL352.03º65.9%57.45%-
HSV(B)352.03º65.6%85.49%-
XYZ33.4520.7512.83-
YUV119.92113.38197.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.33%
GREEN value IS 75 (29.69% from 255) = 19.38%
BLUE value IS 94 (37.11% from 255) = 24.29%
R=56.33%
G=19.38%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218759400.660.570.15352.0365.957.45
HexDA4B5E04239F1604239
Octal3321131360102711754010271
Binary11011010100101110111100100001011100111111011000001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4B5E; }

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

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

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

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

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

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

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

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