#D8718A

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

Shades of Charm #D8718A

Tints of Charm #D8718A

Color information

#D8718A (or 0xD8718A) is unknown color: approx Charm. HEX triplet: D8, 71 and 8A. RGB value is (216,113,138). Sum of RGB (Red+Green+Blue) = 216+113+138=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8718A is #278E75. Grayscale: #929292. Windows color (decimal): -2592374 or 9073112. OLE color: 9073112.

HSL color Cylindrical-coordinate representation of color #D8718A: hue angle of 345.44º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8718A is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB216113138-
CMYK00.480.360.15
HSL345.44º56.91%64.51%-
HSV(B)345.44º47.69%84.71%-
XYZ38.8128.2427.45-
YUV146.65123.12177.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.25%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 138 (54.30% from 255) = 29.55%
R=46.25%
G=24.20%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611313800.480.360.15345.4456.9164.51
HexD8718A03024F1593941
Octal330161212060441753171101
Binary11011000111000110001010011000010010011111010110011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8718A; }

 p { color: rgb(216,113,138); }

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

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

 a { background-color: rgb(216,113,138); }

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

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

 span { border-color: rgb(216,113,138); }

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