#D77D8D

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

Shades of Charm #D77D8D

Tints of Charm #D77D8D

Color information

#D77D8D (or 0xD77D8D) is unknown color: approx Charm. HEX triplet: D7, 7D and 8D. RGB value is (215,125,141). Sum of RGB (Red+Green+Blue) = 215+125+141=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77D8D is #288272. Grayscale: #999999. Windows color (decimal): -2654835 or 9272791. OLE color: 9272791.

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

Color convert

RGB215125141-
CMYK00.420.340.16
HSL349.33º52.94%66.67%-
HSV(B)349.33º41.86%84.31%-
XYZ40.1731.0429.07-
YUV153.73120.82171.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.70%
GREEN value IS 125 (49.22% from 255) = 25.99%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=44.70%
G=25.99%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512514100.420.340.16349.3352.9466.67
HexD77D8D02A221015d3543
Octal327175215052422053565103
Binary110101111111101100011010101010100010100001010111011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77D8D; }

 p { color: rgb(215,125,141); }

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

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

 a { background-color: rgb(215,125,141); }

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

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

 span { border-color: rgb(215,125,141); }

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