#D6535F

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

Shades of Mandy #D6535F

Tints of Mandy #D6535F

Color information

#D6535F (or 0xD6535F) is unknown color: approx Mandy. HEX triplet: D6, 53 and 5F. RGB value is (214,83,95). Sum of RGB (Red+Green+Blue) = 214+83+95=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6535F is #29ACA0. Grayscale: #7B7B7B. Windows color (decimal): -2731169 or 6247382. OLE color: 6247382.

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

Color convert

RGB2148395-
CMYK00.610.560.16
HSL354.5º61.5%58.24%-
HSV(B)354.5º61.21%83.92%-
XYZ32.8921.3113.21-
YUV123.54111.9192.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.59%
GREEN value IS 83 (32.81% from 255) = 21.17%
BLUE value IS 95 (37.5% from 255) = 24.23%
R=54.59%
G=21.17%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214839500.610.560.16354.561.558.24
HexD6535F03D38101633e3a
Octal32612313707570205437672
Binary1101011010100111011111011110111100010000101100011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6535F; }

 p { color: rgb(214,83,95); }

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

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

 a { background-color: rgb(214,83,95); }

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

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

 span { border-color: rgb(214,83,95); }

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