#D2717E

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

Shades of Charm #D2717E

Tints of Charm #D2717E

Color information

#D2717E (or 0xD2717E) is unknown color: approx Charm. HEX triplet: D2, 71 and 7E. RGB value is (210,113,126). Sum of RGB (Red+Green+Blue) = 210+113+126=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D2717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2717E is #2D8E81. Grayscale: #8F8F8F. Windows color (decimal): -2985602 or 8286674. OLE color: 8286674.

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

Color convert

RGB210113126-
CMYK00.460.40.18
HSL351.96º51.87%63.33%-
HSV(B)351.96º46.19%82.35%-
XYZ36.2527.0223.04-
YUV143.49118.14175.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.77%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 126 (49.61% from 255) = 28.06%
R=46.77%
G=25.17%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011312600.460.40.18351.9651.8763.33
HexD2717E02E2812160343f
Octal32216117605650225406477
Binary1101001011100011111110010111010100010010101100000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2717E; }

 p { color: rgb(210,113,126); }

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

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

 a { background-color: rgb(210,113,126); }

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

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

 span { border-color: rgb(210,113,126); }

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