#D45263

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

Shades of Mandy #D45263

Tints of Mandy #D45263

Color information

#D45263 (or 0xD45263) is unknown color: approx Mandy. HEX triplet: D4, 52 and 63. RGB value is (212,82,99). Sum of RGB (Red+Green+Blue) = 212+82+99=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D45263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45263 is #2BAD9C. Grayscale: #7A7A7A. Windows color (decimal): -2862493 or 6509268. OLE color: 6509268.

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

Color convert

RGB2128299-
CMYK00.610.530.17
HSL352.15º60.19%57.65%-
HSV(B)352.15º61.32%83.14%-
XYZ32.4220.9314.14-
YUV122.81114.57191.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.94%
GREEN value IS 82 (32.42% from 255) = 20.87%
BLUE value IS 99 (39.06% from 255) = 25.19%
R=53.94%
G=20.87%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212829900.610.530.17352.1560.1957.65
HexD4526303D35111603c3a
Octal32412214307565215407472
Binary1101010010100101100011011110111010110001101100000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45263; }

 p { color: rgb(212,82,99); }

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

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

 a { background-color: rgb(212,82,99); }

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

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

 span { border-color: rgb(212,82,99); }

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