#D94552

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

Shades of Mandy #D94552

Tints of Mandy #D94552

Color information

#D94552 (or 0xD94552) is unknown color: approx Mandy. HEX triplet: D9, 45 and 52. RGB value is (217,69,82). Sum of RGB (Red+Green+Blue) = 217+69+82=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D94552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94552 is #26BAAD. Grayscale: #727272. Windows color (decimal): -2538158 or 5391833. OLE color: 5391833.

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

Color convert

RGB2176982-
CMYK00.680.620.15
HSL354.73º66.07%56.08%-
HSV(B)354.73º68.2%85.1%-
XYZ32.2719.6210.07-
YUV114.73109.53200.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.97%
GREEN value IS 69 (27.34% from 255) = 18.75%
BLUE value IS 82 (32.42% from 255) = 22.28%
R=58.97%
G=18.75%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217698200.680.620.15354.7366.0756.08
HexD945520443EF1634238
Octal3311051220104761754310270
Binary11011001100010110100100100010011111011111011000111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94552; }

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

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

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

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

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

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

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

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