#D77182

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

Shades of Charm #D77182

Tints of Charm #D77182

Color information

#D77182 (or 0xD77182) is unknown color: approx Charm. HEX triplet: D7, 71 and 82. RGB value is (215,113,130). Sum of RGB (Red+Green+Blue) = 215+113+130=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D77182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77182 is #288E7D. Grayscale: #919191. Windows color (decimal): -2657918 or 8548823. OLE color: 8548823.

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

Color convert

RGB215113130-
CMYK00.470.400.16
HSL350º56.04%64.31%-
HSV(B)350º47.44%84.31%-
XYZ37.9627.8724.5-
YUV145.44119.29177.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.94%
GREEN value IS 113 (44.53% from 255) = 24.67%
BLUE value IS 130 (51.17% from 255) = 28.38%
R=46.94%
G=24.67%
B=28.38%

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
Decimal21511313000.470.400.1635056.0464.31
HexD7718202F281015e3840
Octal327161202057502053670100
Binary110101111110001100000100101111101000100001010111101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77182; }

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

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

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

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

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

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

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

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