#D6777F

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

Shades of Charm #D6777F

Tints of Charm #D6777F

Color information

#D6777F (or 0xD6777F) is unknown color: approx Charm. HEX triplet: D6, 77 and 7F. RGB value is (214,119,127). Sum of RGB (Red+Green+Blue) = 214+119+127=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D6777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6777F is #298880. Grayscale: #949494. Windows color (decimal): -2721921 or 8353750. OLE color: 8353750.

HSL color Cylindrical-coordinate representation of color #D6777F: hue angle of 354.95º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6777F is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB214119127-
CMYK00.440.410.16
HSL354.95º53.67%65.29%-
HSV(B)354.95º44.39%83.92%-
XYZ38.1629.0223.67-
YUV148.32115.97174.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.52%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 127 (50% from 255) = 27.61%
R=46.52%
G=25.87%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411912700.440.410.16354.9553.6765.29
HexD6777F02C29101633641
Octal326167177054512054366101
Binary11010110111011111111110101100101001100001011000111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6777F; }

 p { color: rgb(214,119,127); }

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

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

 a { background-color: rgb(214,119,127); }

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

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

 span { border-color: rgb(214,119,127); }

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