#D76F7E

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

Shades of Charm #D76F7E

Tints of Charm #D76F7E

Color information

#D76F7E (or 0xD76F7E) is unknown color: approx Charm. HEX triplet: D7, 6F and 7E. RGB value is (215,111,126). Sum of RGB (Red+Green+Blue) = 215+111+126=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76F7E is #289081. Grayscale: #8F8F8F. Windows color (decimal): -2658434 or 8286167. OLE color: 8286167.

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

Color convert

RGB215111126-
CMYK00.480.410.16
HSL351.35º56.52%63.92%-
HSV(B)351.35º48.37%84.31%-
XYZ37.4727.3223.04-
YUV143.81117.96178.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.57%
GREEN value IS 111 (43.75% from 255) = 24.56%
BLUE value IS 126 (49.61% from 255) = 27.88%
R=47.57%
G=24.56%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511112600.480.410.16351.3556.5263.92
HexD76F7E030291015f3940
Octal327157176060512053771100
Binary11010111110111111111100110000101001100001010111111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76F7E; }

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

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

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

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

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

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

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

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