#D6727F

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

Shades of Charm #D6727F

Tints of Charm #D6727F

Color information

#D6727F (or 0xD6727F) is unknown color: approx Charm. HEX triplet: D6, 72 and 7F. RGB value is (214,114,127). Sum of RGB (Red+Green+Blue) = 214+114+127=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6727F is #298D80. Grayscale: #919191. Windows color (decimal): -2723201 or 8352470. OLE color: 8352470.

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

Color convert

RGB214114127-
CMYK00.470.410.16
HSL352.2º54.95%64.31%-
HSV(B)352.2º46.73%83.92%-
XYZ37.5827.8623.48-
YUV145.38117.63176.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.03%
GREEN value IS 114 (44.92% from 255) = 25.05%
BLUE value IS 127 (50% from 255) = 27.91%
R=47.03%
G=25.05%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411412700.470.410.16352.254.9564.31
HexD6727F02F29101603740
Octal326162177057512054067100
Binary11010110111001011111110101111101001100001011000001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6727F; }

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

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

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

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

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

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

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

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