#D4425D

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

Shades of Mandy #D4425D

Tints of Mandy #D4425D

Color information

#D4425D (or 0xD4425D) is unknown color: approx Mandy. HEX triplet: D4, 42 and 5D. RGB value is (212,66,93). Sum of RGB (Red+Green+Blue) = 212+66+93=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4425D is #2BBDA2. Grayscale: #707070. Windows color (decimal): -2866595 or 6111956. OLE color: 6111956.

HSL color Cylindrical-coordinate representation of color #D4425D: hue angle of 348.9º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4425D is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB2126693-
CMYK00.690.560.17
HSL348.9º62.93%54.51%-
HSV(B)348.9º68.87%83.14%-
XYZ31.0818.6812.32-
YUV112.73116.87198.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.14%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=57.14%
G=17.79%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212669300.690.560.17348.962.9354.51
HexD4425D045381115d3f37
Octal324102135010570215357767
Binary11010100100001010111010100010111100010001101011101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4425D; }

 p { color: rgb(212,66,93); }

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

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

 a { background-color: rgb(212,66,93); }

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

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

 span { border-color: rgb(212,66,93); }

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