#D1424F

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

Shades of Mandy #D1424F

Tints of Mandy #D1424F

Color information

#D1424F (or 0xD1424F) is unknown color: approx Mandy. HEX triplet: D1, 42 and 4F. RGB value is (209,66,79). Sum of RGB (Red+Green+Blue) = 209+66+79=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D1424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1424F is #2EBDB0. Grayscale: #6E6E6E. Windows color (decimal): -3063217 or 5194449. OLE color: 5194449.

HSL color Cylindrical-coordinate representation of color #D1424F: hue angle of 354.55º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1424F is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB2096679-
CMYK00.680.620.18
HSL354.55º60.85%53.92%-
HSV(B)354.55º68.42%81.96%-
XYZ29.6518.029.31-
YUV110.24110.38198.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.04%
GREEN value IS 66 (26.17% from 255) = 18.64%
BLUE value IS 79 (31.25% from 255) = 22.32%
R=59.04%
G=18.64%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209667900.680.620.18354.5560.8553.92
HexD1424F0443E121633d36
Octal321102117010476225437566
Binary11010001100001010011110100010011111010010101100011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1424F; }

 p { color: rgb(209,66,79); }

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

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

 a { background-color: rgb(209,66,79); }

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

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

 span { border-color: rgb(209,66,79); }

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