#da475f

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

Shades of Mandy #DA475F

Tints of Mandy #DA475F

Color information

#DA475F (or 0xDA475F) is unknown color: approx Mandy. HEX triplet: DA, 47 and 5F. RGB value is (218,71,95). Sum of RGB (Red+Green+Blue) = 218+71+95=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA475F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA475F is #25B8A0. Grayscale: #757575. Windows color (decimal): -2472097 or 6244314. OLE color: 6244314.

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

Color convert

RGB2187195-
CMYK00.670.560.15
HSL350.2º66.52%56.67%-
HSV(B)350.2º67.43%85.49%-
XYZ33.2320.2412.98-
YUV117.69115.2199.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.77%
GREEN value IS 71 (28.12% from 255) = 18.49%
BLUE value IS 95 (37.5% from 255) = 24.74%
R=56.77%
G=18.49%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218719500.670.560.15350.266.5256.67
HexDA475F04338F15e4339
Octal3321071370103701753610371
Binary11011010100011110111110100001111100011111010111101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da475f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da475f; }

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

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

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

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

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

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

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

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