#D5555C

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

Shades of Mandy #D5555C

Tints of Mandy #D5555C

Color information

#D5555C (or 0xD5555C) is unknown color: approx Mandy. HEX triplet: D5, 55 and 5C. RGB value is (213,85,92). Sum of RGB (Red+Green+Blue) = 213+85+92=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5555C is #2AAAA3. Grayscale: #7C7C7C. Windows color (decimal): -2796196 or 6051285. OLE color: 6051285.

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

Color convert

RGB2138592-
CMYK00.600.570.16
HSL356.72º60.38%58.43%-
HSV(B)356.72º60.09%83.53%-
XYZ32.6221.4212.54-
YUV124.07109.91191.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.62%
GREEN value IS 85 (33.59% from 255) = 21.79%
BLUE value IS 92 (36.33% from 255) = 23.59%
R=54.62%
G=21.79%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213859200.600.570.16356.7260.3858.43
HexD5555C03C39101653c3a
Octal32512513407471205457472
Binary1101010110101011011100011110011100110000101100101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5555C; }

 p { color: rgb(213,85,92); }

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

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

 a { background-color: rgb(213,85,92); }

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

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

 span { border-color: rgb(213,85,92); }

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