#D77382

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

Shades of Charm #D77382

Tints of Charm #D77382

Color information

#D77382 (or 0xD77382) is unknown color: approx Charm. HEX triplet: D7, 73 and 82. RGB value is (215,115,130). Sum of RGB (Red+Green+Blue) = 215+115+130=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D77382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77382 is #288C7D. Grayscale: #929292. Windows color (decimal): -2657406 or 8549335. OLE color: 8549335.

HSL color Cylindrical-coordinate representation of color #D77382: hue angle of 351º 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 #D77382 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB215115130-
CMYK00.470.400.16
HSL351º55.56%64.71%-
HSV(B)351º46.51%84.31%-
XYZ38.1828.3224.57-
YUV146.61118.63176.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.74%
GREEN value IS 115 (45.31% from 255) = 25%
BLUE value IS 130 (51.17% from 255) = 28.26%
R=46.74%
G=25%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511513000.470.400.1635155.5664.71
HexD7738202F281015f3841
Octal327163202057502053770101
Binary110101111110011100000100101111101000100001010111111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77382; }

 p { color: rgb(215,115,130); }

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

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

 a { background-color: rgb(215,115,130); }

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

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

 span { border-color: rgb(215,115,130); }

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