#DA4850

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

Shades of Mandy #DA4850

Tints of Mandy #DA4850

Color information

#DA4850 (or 0xDA4850) is unknown color: approx Mandy. HEX triplet: DA, 48 and 50. RGB value is (218,72,80). Sum of RGB (Red+Green+Blue) = 218+72+80=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4850 is #25B7AF. Grayscale: #747474. Windows color (decimal): -2471856 or 5261530. OLE color: 5261530.

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

Color convert

RGB2187280-
CMYK00.670.630.15
HSL356.71º66.36%56.86%-
HSV(B)356.71º66.97%85.49%-
XYZ32.6820.129.75-
YUV116.57107.37200.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 58.92%
GREEN value IS 72 (28.52% from 255) = 19.46%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=58.92%
G=19.46%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218728000.670.630.15356.7166.3656.86
HexDA48500433FF1654239
Octal3321101200103771754510271
Binary11011010100100010100000100001111111111111011001011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4850; }

 p { color: rgb(218,72,80); }

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

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

 a { background-color: rgb(218,72,80); }

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

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

 span { border-color: rgb(218,72,80); }

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