#D76F88

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

Shades of Charm #D76F88

Tints of Charm #D76F88

Color information

#D76F88 (or 0xD76F88) is unknown color: approx Charm. HEX triplet: D7, 6F and 88. RGB value is (215,111,136). Sum of RGB (Red+Green+Blue) = 215+111+136=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76F88 is #289077. Grayscale: #909090. Windows color (decimal): -2658424 or 8941527. OLE color: 8941527.

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

Color convert

RGB215111136-
CMYK00.480.370.16
HSL345.58º56.52%63.92%-
HSV(B)345.58º48.37%84.31%-
XYZ38.1527.5926.61-
YUV144.95122.96177.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.54%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 136 (53.52% from 255) = 29.44%
R=46.54%
G=24.03%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511113600.480.370.16345.5856.5263.92
HexD76F88030251015a3940
Octal327157210060452053271100
Binary110101111101111100010000110000100101100001010110101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76F88; }

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

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

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

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

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

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

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

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