#d94f5f

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

Shades of Mandy #D94F5F

Tints of Mandy #D94F5F

Color information

#D94F5F (or 0xD94F5F) is unknown color: approx Mandy. HEX triplet: D9, 4F and 5F. RGB value is (217,79,95). Sum of RGB (Red+Green+Blue) = 217+79+95=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94F5F is #26B0A0. Grayscale: #7A7A7A. Windows color (decimal): -2535585 or 6246361. OLE color: 6246361.

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

Color convert

RGB2177995-
CMYK00.640.560.15
HSL353.04º64.49%58.04%-
HSV(B)353.04º63.59%85.1%-
XYZ33.4821.1713.15-
YUV122.09112.72195.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.50%
GREEN value IS 79 (31.25% from 255) = 20.20%
BLUE value IS 95 (37.5% from 255) = 24.30%
R=55.50%
G=20.20%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217799500.640.560.15353.0464.4958.04
HexD94F5F04038F161403a
Octal3311171370100701754110072
Binary11011001100111110111110100000011100011111011000011000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d94f5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d94f5f; }

 p { color: rgb(217,79,95); }

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

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

 a { background-color: rgb(217,79,95); }

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

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

 span { border-color: rgb(217,79,95); }

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