#D2747E

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

Shades of Charm #D2747E

Tints of Charm #D2747E

Color information

#D2747E (or 0xD2747E) is unknown color: approx Charm. HEX triplet: D2, 74 and 7E. RGB value is (210,116,126). Sum of RGB (Red+Green+Blue) = 210+116+126=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2747E is #2D8B81. Grayscale: #919191. Windows color (decimal): -2984834 or 8287442. OLE color: 8287442.

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

Color convert

RGB210116126-
CMYK00.450.40.18
HSL353.62º51.09%63.92%-
HSV(B)353.62º44.76%82.35%-
XYZ36.5927.723.16-
YUV145.25117.14174.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.46%
GREEN value IS 116 (45.70% from 255) = 25.66%
BLUE value IS 126 (49.61% from 255) = 27.88%
R=46.46%
G=25.66%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011612600.450.40.18353.6251.0963.92
HexD2747E02D28121623340
Octal322164176055502254263100
Binary11010010111010011111100101101101000100101011000101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2747E; }

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

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

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

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

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

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

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

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