#D7424D

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

Shades of Mandy #D7424D

Tints of Mandy #D7424D

Color information

#D7424D (or 0xD7424D) is unknown color: approx Mandy. HEX triplet: D7, 42 and 4D. RGB value is (215,66,77). Sum of RGB (Red+Green+Blue) = 215+66+77=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D7424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7424D is #28BDB2. Grayscale: #6F6F6F. Windows color (decimal): -2670003 or 5063383. OLE color: 5063383.

HSL color Cylindrical-coordinate representation of color #D7424D: hue angle of 355.57º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D7424D is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB2156677-
CMYK00.690.640.16
HSL355.57º65.07%55.1%-
HSV(B)355.57º69.3%84.31%-
XYZ31.3118.889.01-
YUV111.8108.36201.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 60.06%
GREEN value IS 66 (26.17% from 255) = 18.44%
BLUE value IS 77 (30.47% from 255) = 21.51%
R=60.06%
G=18.44%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215667700.690.640.16355.5765.0755.1
HexD7424D04540101644137
Octal32710211501051002054410167
Binary1101011110000101001101010001011000000100001011001001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7424D; }

 p { color: rgb(215,66,77); }

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

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

 a { background-color: rgb(215,66,77); }

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

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

 span { border-color: rgb(215,66,77); }

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