#D77286

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

Shades of Charm #D77286

Tints of Charm #D77286

Color information

#D77286 (or 0xD77286) is unknown color: approx Charm. HEX triplet: D7, 72 and 86. RGB value is (215,114,134). Sum of RGB (Red+Green+Blue) = 215+114+134=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D77286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77286 is #288D79. Grayscale: #929292. Windows color (decimal): -2657658 or 8811223. OLE color: 8811223.

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

Color convert

RGB215114134-
CMYK00.470.380.16
HSL348.12º55.8%64.51%-
HSV(B)348.12º46.98%84.31%-
XYZ38.3428.225.98-
YUV146.48120.96176.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.44%
GREEN value IS 114 (44.92% from 255) = 24.62%
BLUE value IS 134 (52.73% from 255) = 28.94%
R=46.44%
G=24.62%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511413400.470.380.16348.1255.864.51
HexD7728602F261015c3841
Octal327162206057462053470101
Binary110101111110010100001100101111100110100001010111001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77286; }

 p { color: rgb(215,114,134); }

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

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

 a { background-color: rgb(215,114,134); }

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

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

 span { border-color: rgb(215,114,134); }

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