#D6444F

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

Shades of Mandy #D6444F

Tints of Mandy #D6444F

Color information

#D6444F (or 0xD6444F) is unknown color: approx Mandy. HEX triplet: D6, 44 and 4F. RGB value is (214,68,79). Sum of RGB (Red+Green+Blue) = 214+68+79=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6444F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6444F is #29BBB0. Grayscale: #717171. Windows color (decimal): -2735025 or 5194966. OLE color: 5194966.

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

Color convert

RGB2146879-
CMYK00.680.630.16
HSL355.48º64.04%55.29%-
HSV(B)355.48º68.22%83.92%-
XYZ31.2118.999.42-
YUV112.91108.87200.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.28%
GREEN value IS 68 (26.95% from 255) = 18.84%
BLUE value IS 79 (31.25% from 255) = 21.88%
R=59.28%
G=18.84%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214687900.680.630.16355.4864.0455.29
HexD6444F0443F101634037
Octal3261041170104772054310067
Binary110101101000100100111101000100111111100001011000111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6444F; }

 p { color: rgb(214,68,79); }

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

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

 a { background-color: rgb(214,68,79); }

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

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

 span { border-color: rgb(214,68,79); }

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