#D6718C

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

Shades of Charm #D6718C

Tints of Charm #D6718C

Color information

#D6718C (or 0xD6718C) is unknown color: approx Charm. HEX triplet: D6, 71 and 8C. RGB value is (214,113,140). Sum of RGB (Red+Green+Blue) = 214+113+140=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6718C is #298E73. Grayscale: #929292. Windows color (decimal): -2723444 or 9204182. OLE color: 9204182.

HSL color Cylindrical-coordinate representation of color #D6718C: hue angle of 343.96º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6718C is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB214113140-
CMYK00.470.350.16
HSL343.96º55.19%64.12%-
HSV(B)343.96º47.2%83.92%-
XYZ38.372828.19-
YUV146.28124.46176.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.82%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 140 (55.08% from 255) = 29.98%
R=45.82%
G=24.20%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411314000.470.350.16343.9655.1964.12
HexD6718C02F23101583740
Octal326161214057432053067100
Binary110101101110001100011000101111100011100001010110001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6718C; }

 p { color: rgb(214,113,140); }

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

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

 a { background-color: rgb(214,113,140); }

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

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

 span { border-color: rgb(214,113,140); }

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