#D77181

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

Shades of Charm #D77181

Tints of Charm #D77181

Color information

#D77181 (or 0xD77181) is unknown color: approx Charm. HEX triplet: D7, 71 and 81. RGB value is (215,113,129). Sum of RGB (Red+Green+Blue) = 215+113+129=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D77181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77181 is #288E7E. Grayscale: #919191. Windows color (decimal): -2657919 or 8483287. OLE color: 8483287.

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

Color convert

RGB215113129-
CMYK00.470.40.16
HSL350.59º56.04%64.31%-
HSV(B)350.59º47.44%84.31%-
XYZ37.8927.8424.15-
YUV145.32118.79177.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.05%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 129 (50.78% from 255) = 28.23%
R=47.05%
G=24.73%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511312900.470.40.16350.5956.0464.31
HexD7718102F281015f3840
Octal327161201057502053770100
Binary110101111110001100000010101111101000100001010111111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77181; }

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

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

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

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

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

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

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

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