#D9484F

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

Shades of Mandy #D9484F

Tints of Mandy #D9484F

Color information

#D9484F (or 0xD9484F) is unknown color: approx Mandy. HEX triplet: D9, 48 and 4F. RGB value is (217,72,79). Sum of RGB (Red+Green+Blue) = 217+72+79=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D9484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9484F is #26B7B0. Grayscale: #747474. Windows color (decimal): -2537393 or 5195993. OLE color: 5195993.

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

Color convert

RGB2177279-
CMYK00.670.640.15
HSL357.1º65.61%56.67%-
HSV(B)357.1º66.82%85.1%-
XYZ32.3419.959.54-
YUV116.15107.04199.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.97%
GREEN value IS 72 (28.52% from 255) = 19.57%
BLUE value IS 79 (31.25% from 255) = 21.47%
R=58.97%
G=19.57%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217727900.670.640.15357.165.6156.67
HexD9484F04340F1654239
Octal33111011701031001754510271
Binary110110011001000100111101000011100000011111011001011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9484F; }

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

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

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

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

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

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

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

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