#D7718C

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

Shades of Charm #D7718C

Tints of Charm #D7718C

Color information

#D7718C (or 0xD7718C) is unknown color: approx Charm. HEX triplet: D7, 71 and 8C. RGB value is (215,113,140). Sum of RGB (Red+Green+Blue) = 215+113+140=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D7718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7718C is #288E73. Grayscale: #929292. Windows color (decimal): -2657908 or 9204183. OLE color: 9204183.

HSL color Cylindrical-coordinate representation of color #D7718C: hue angle of 344.12º degrees, saturation: 0.56, 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 #D7718C is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB215113140-
CMYK00.470.350.16
HSL344.12º56.04%64.31%-
HSV(B)344.12º47.44%84.31%-
XYZ38.6628.1528.21-
YUV146.58124.29176.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.94%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 140 (55.08% from 255) = 29.91%
R=45.94%
G=24.15%
B=29.91%

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
Decimal21511314000.470.350.16344.1256.0464.31
HexD7718C02F23101583840
Octal327161214057432053070100
Binary110101111110001100011000101111100011100001010110001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7718C; }

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

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

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

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

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

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

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

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