#D75F64

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

Shades of Mandy #D75F64

Tints of Mandy #D75F64

Color information

#D75F64 (or 0xD75F64) is unknown color: approx Mandy. HEX triplet: D7, 5F and 64. RGB value is (215,95,100). Sum of RGB (Red+Green+Blue) = 215+95+100=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75F64 is #28A09B. Grayscale: #838383. Windows color (decimal): -2662556 or 6578135. OLE color: 6578135.

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

Color convert

RGB21595100-
CMYK00.560.530.16
HSL357.5º60%60.78%-
HSV(B)357.5º55.81%84.31%-
XYZ34.4223.5514.79-
YUV131.45110.26187.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.44%
GREEN value IS 95 (37.5% from 255) = 23.17%
BLUE value IS 100 (39.45% from 255) = 24.39%
R=52.44%
G=23.17%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159510000.560.530.16357.56060.78
HexD75F6403835101663c3d
Octal32713714407065205467475
Binary1101011110111111100100011100011010110000101100110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75F64; }

 p { color: rgb(215,95,100); }

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

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

 a { background-color: rgb(215,95,100); }

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

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

 span { border-color: rgb(215,95,100); }

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