#D54156

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

Shades of Mandy #D54156

Tints of Mandy #D54156

Color information

#D54156 (or 0xD54156) is unknown color: approx Mandy. HEX triplet: D5, 41 and 56. RGB value is (213,65,86). Sum of RGB (Red+Green+Blue) = 213+65+86=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D54156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54156 is #2ABEA9. Grayscale: #6F6F6F. Windows color (decimal): -2801322 or 5652949. OLE color: 5652949.

HSL color Cylindrical-coordinate representation of color #D54156: hue angle of 351.49º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54156 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB2136586-
CMYK00.690.600.16
HSL351.49º63.79%54.51%-
HSV(B)351.49º69.48%83.53%-
XYZ31.0118.610.76-
YUV111.65113.53200.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.52%
GREEN value IS 65 (25.78% from 255) = 17.86%
BLUE value IS 86 (33.98% from 255) = 23.63%
R=58.52%
G=17.86%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213658600.690.600.16351.4963.7954.51
HexD541560453C1015f4037
Octal3251011260105742053710067
Binary110101011000001101011001000101111100100001010111111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54156; }

 p { color: rgb(213,65,86); }

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

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

 a { background-color: rgb(213,65,86); }

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

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

 span { border-color: rgb(213,65,86); }

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