#D94E52

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

Shades of Mandy #D94E52

Tints of Mandy #D94E52

Color information

#D94E52 (or 0xD94E52) is unknown color: approx Mandy. HEX triplet: D9, 4E and 52. RGB value is (217,78,82). Sum of RGB (Red+Green+Blue) = 217+78+82=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94E52 is #26B1AD. Grayscale: #787878. Windows color (decimal): -2535854 or 5394137. OLE color: 5394137.

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

Color convert

RGB2177882-
CMYK00.640.620.15
HSL358.27º64.65%57.84%-
HSV(B)358.27º64.06%85.1%-
XYZ32.8620.8110.27-
YUV120.02106.55197.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.56%
GREEN value IS 78 (30.86% from 255) = 20.69%
BLUE value IS 82 (32.42% from 255) = 21.75%
R=57.56%
G=20.69%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217788200.640.620.15358.2764.6557.84
HexD94E520403EF166413a
Octal3311161220100761754610172
Binary11011001100111010100100100000011111011111011001101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94E52; }

 p { color: rgb(217,78,82); }

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

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

 a { background-color: rgb(217,78,82); }

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

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

 span { border-color: rgb(217,78,82); }

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