#d1727d

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

Shades of Charm #D1727D

Tints of Charm #D1727D

Color information

#D1727D (or 0xD1727D) is unknown color: approx Charm. HEX triplet: D1, 72 and 7D. RGB value is (209,114,125). Sum of RGB (Red+Green+Blue) = 209+114+125=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D1727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1727D is #2E8D82. Grayscale: #8F8F8F. Windows color (decimal): -3050883 or 8221393. OLE color: 8221393.

HSL color Cylindrical-coordinate representation of color #D1727D: hue angle of 353.05º 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 #D1727D is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB209114125-
CMYK00.450.400.18
HSL353.05º50.8%63.33%-
HSV(B)353.05º45.45%81.96%-
XYZ36.0127.0722.73-
YUV143.66117.47174.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.65%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 125 (49.22% from 255) = 27.90%
R=46.65%
G=25.45%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911412500.450.400.18353.0550.863.33
HexD1727D02D2812161333f
Octal32116217505550225416377
Binary1101000111100101111101010110110100010010101100001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1727d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1727d; }

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

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

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

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

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

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

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

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