#D1727F

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

Shades of Charm #D1727F

Tints of Charm #D1727F

Color information

#D1727F (or 0xD1727F) is unknown color: approx Charm. HEX triplet: D1, 72 and 7F. RGB value is (209,114,127). Sum of RGB (Red+Green+Blue) = 209+114+127=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D1727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1727F is #2E8D80. Grayscale: #8F8F8F. Windows color (decimal): -3050881 or 8352465. OLE color: 8352465.

HSL color Cylindrical-coordinate representation of color #D1727F: hue angle of 351.79º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1727F is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB209114127-
CMYK00.450.390.18
HSL351.79º50.8%63.33%-
HSV(B)351.79º45.45%81.96%-
XYZ36.1427.1223.41-
YUV143.89118.47174.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.44%
GREEN value IS 114 (44.92% from 255) = 25.33%
BLUE value IS 127 (50% from 255) = 28.22%
R=46.44%
G=25.33%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911412700.450.390.18351.7950.863.33
HexD1727F02D2712160333f
Octal32116217705547225406377
Binary1101000111100101111111010110110011110010101100000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1727F; }

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

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

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

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

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

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

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

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