#D2717D

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

Shades of Charm #D2717D

Tints of Charm #D2717D

Color information

#D2717D (or 0xD2717D) is unknown color: approx Charm. HEX triplet: D2, 71 and 7D. RGB value is (210,113,125). Sum of RGB (Red+Green+Blue) = 210+113+125=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2717D is #2D8E82. Grayscale: #8F8F8F. Windows color (decimal): -2985603 or 8221138. OLE color: 8221138.

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

Color convert

RGB210113125-
CMYK00.460.400.18
HSL352.58º51.87%63.33%-
HSV(B)352.58º46.19%82.35%-
XYZ36.1926.9922.7-
YUV143.37117.64175.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.88%
GREEN value IS 113 (44.53% from 255) = 25.22%
BLUE value IS 125 (49.22% from 255) = 27.90%
R=46.88%
G=25.22%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011312500.460.400.18352.5851.8763.33
HexD2717D02E2812161343f
Octal32216117505650225416477
Binary1101001011100011111101010111010100010010101100001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2717D; }

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

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

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

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

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

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

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

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