#D8465C

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

Shades of Mandy #D8465C

Tints of Mandy #D8465C

Color information

#D8465C (or 0xD8465C) is unknown color: approx Mandy. HEX triplet: D8, 46 and 5C. RGB value is (216,70,92). Sum of RGB (Red+Green+Blue) = 216+70+92=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8465C is #27B9A3. Grayscale: #747474. Windows color (decimal): -2603428 or 6047448. OLE color: 6047448.

HSL color Cylindrical-coordinate representation of color #D8465C: hue angle of 350.96º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8465C is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB2167092-
CMYK00.680.570.15
HSL350.96º65.18%56.08%-
HSV(B)350.96º67.59%84.71%-
XYZ32.4419.7512.23-
YUV116.16114.37199.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 57.14%
GREEN value IS 70 (27.73% from 255) = 18.52%
BLUE value IS 92 (36.33% from 255) = 24.34%
R=57.14%
G=18.52%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216709200.680.570.15350.9665.1856.08
HexD8465C04439F15f4138
Octal3301061340104711753710170
Binary11011000100011010111000100010011100111111010111111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8465C; }

 p { color: rgb(216,70,92); }

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

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

 a { background-color: rgb(216,70,92); }

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

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

 span { border-color: rgb(216,70,92); }

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