#D84C5C

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

Shades of Mandy #D84C5C

Tints of Mandy #D84C5C

Color information

#D84C5C (or 0xD84C5C) is unknown color: approx Mandy. HEX triplet: D8, 4C and 5C. RGB value is (216,76,92). Sum of RGB (Red+Green+Blue) = 216+76+92=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C5C is #27B3A3. Grayscale: #777777. Windows color (decimal): -2601892 or 6048984. OLE color: 6048984.

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

Color convert

RGB2167692-
CMYK00.650.570.15
HSL353.14º64.22%57.25%-
HSV(B)353.14º64.81%84.71%-
XYZ32.8420.5412.36-
YUV119.68112.38196.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.25%
GREEN value IS 76 (30.08% from 255) = 19.79%
BLUE value IS 92 (36.33% from 255) = 23.96%
R=56.25%
G=19.79%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216769200.650.570.15353.1464.2257.25
HexD84C5C04139F1614039
Octal3301141340101711754110071
Binary11011000100110010111000100000111100111111011000011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84C5C; }

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

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

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

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

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

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

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

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