#D65558

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

Shades of Mandy #D65558

Tints of Mandy #D65558

Color information

#D65558 (or 0xD65558) is unknown color: approx Mandy. HEX triplet: D6, 55 and 58. RGB value is (214,85,88). Sum of RGB (Red+Green+Blue) = 214+85+88=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D65558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65558 is #29AAA7. Grayscale: #7C7C7C. Windows color (decimal): -2730664 or 5789142. OLE color: 5789142.

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

Color convert

RGB2148588-
CMYK00.600.590.16
HSL358.6º61.14%58.63%-
HSV(B)358.6º60.28%83.92%-
XYZ32.7421.511.66-
YUV123.91107.74192.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.30%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 88 (34.77% from 255) = 22.74%
R=55.30%
G=21.96%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214858800.600.590.16358.661.1458.63
HexD6555803C3B101673d3b
Octal32612513007473205477573
Binary1101011010101011011000011110011101110000101100111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65558; }

 p { color: rgb(214,85,88); }

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

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

 a { background-color: rgb(214,85,88); }

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

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

 span { border-color: rgb(214,85,88); }

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