#D76F8A

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

Shades of Charm #D76F8A

Tints of Charm #D76F8A

Color information

#D76F8A (or 0xD76F8A) is unknown color: approx Charm. HEX triplet: D7, 6F and 8A. RGB value is (215,111,138). Sum of RGB (Red+Green+Blue) = 215+111+138=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76F8A is #289075. Grayscale: #919191. Windows color (decimal): -2658422 or 9072599. OLE color: 9072599.

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

Color convert

RGB215111138-
CMYK00.480.360.16
HSL344.42º56.52%63.92%-
HSV(B)344.42º48.37%84.31%-
XYZ38.327.6527.36-
YUV145.17123.96177.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.34%
GREEN value IS 111 (43.75% from 255) = 23.92%
BLUE value IS 138 (54.30% from 255) = 29.74%
R=46.34%
G=23.92%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511113800.480.360.16344.4256.5263.92
HexD76F8A03024101583940
Octal327157212060442053071100
Binary110101111101111100010100110000100100100001010110001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76F8A; }

 p { color: rgb(215,111,138); }

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

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

 a { background-color: rgb(215,111,138); }

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

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

 span { border-color: rgb(215,111,138); }

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