#D45362

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

Shades of Mandy #D45362

Tints of Mandy #D45362

Color information

#D45362 (or 0xD45362) is unknown color: approx Mandy. HEX triplet: D4, 53 and 62. RGB value is (212,83,98). Sum of RGB (Red+Green+Blue) = 212+83+98=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D45362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45362 is #2BAC9D. Grayscale: #7B7B7B. Windows color (decimal): -2862238 or 6443988. OLE color: 6443988.

HSL color Cylindrical-coordinate representation of color #D45362: hue angle of 353.02º 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 #D45362 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB2128398-
CMYK00.610.540.17
HSL353.02º60%57.84%-
HSV(B)353.02º60.85%83.14%-
XYZ32.4521.0713.91-
YUV123.28113.74191.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.94%
GREEN value IS 83 (32.81% from 255) = 21.12%
BLUE value IS 98 (38.67% from 255) = 24.94%
R=53.94%
G=21.12%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212839800.610.540.17353.026057.84
HexD4536203D36111613c3a
Octal32412314207566215417472
Binary1101010010100111100010011110111011010001101100001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45362; }

 p { color: rgb(212,83,98); }

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

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

 a { background-color: rgb(212,83,98); }

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

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

 span { border-color: rgb(212,83,98); }

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