#D9414D

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

Shades of Mandy #D9414D

Tints of Mandy #D9414D

Color information

#D9414D (or 0xD9414D) is unknown color: approx Mandy. HEX triplet: D9, 41 and 4D. RGB value is (217,65,77). Sum of RGB (Red+Green+Blue) = 217+65+77=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D9414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9414D is #26BEB2. Grayscale: #6F6F6F. Windows color (decimal): -2539187 or 5063129. OLE color: 5063129.

HSL color Cylindrical-coordinate representation of color #D9414D: hue angle of 355.26º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9414D is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB2176577-
CMYK00.700.650.15
HSL355.26º66.67%55.29%-
HSV(B)355.26º70.05%85.1%-
XYZ31.8519.079.02-
YUV111.82108.36203.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 60.45%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 77 (30.47% from 255) = 21.45%
R=60.45%
G=18.11%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217657700.700.650.15355.2666.6755.29
HexD9414D04641F1634337
Octal33110111501061011754310367
Binary110110011000001100110101000110100000111111011000111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9414D; }

 p { color: rgb(217,65,77); }

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

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

 a { background-color: rgb(217,65,77); }

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

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

 span { border-color: rgb(217,65,77); }

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