#D45F66

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

Shades of Mandy #D45F66

Tints of Mandy #D45F66

Color information

#D45F66 (or 0xD45F66) is unknown color: approx Mandy. HEX triplet: D4, 5F and 66. RGB value is (212,95,102). Sum of RGB (Red+Green+Blue) = 212+95+102=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45F66 is #2BA099. Grayscale: #828282. Windows color (decimal): -2859162 or 6709204. OLE color: 6709204.

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

Color convert

RGB21295102-
CMYK00.550.520.17
HSL356.41º57.64%60.2%-
HSV(B)356.41º55.19%83.14%-
XYZ33.6423.1415.26-
YUV130.78111.76185.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.83%
GREEN value IS 95 (37.5% from 255) = 23.23%
BLUE value IS 102 (40.23% from 255) = 24.94%
R=51.83%
G=23.23%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129510200.550.520.17356.4157.6460.2
HexD45F6603734111643a3c
Octal32413714606764215447274
Binary1101010010111111100110011011111010010001101100100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45F66; }

 p { color: rgb(212,95,102); }

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

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

 a { background-color: rgb(212,95,102); }

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

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

 span { border-color: rgb(212,95,102); }

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