#D9718A

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

Shades of Charm #D9718A

Tints of Charm #D9718A

Color information

#D9718A (or 0xD9718A) is unknown color: approx Charm. HEX triplet: D9, 71 and 8A. RGB value is (217,113,138). Sum of RGB (Red+Green+Blue) = 217+113+138=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D9718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9718A is #268E75. Grayscale: #929292. Windows color (decimal): -2526838 or 9073113. OLE color: 9073113.

HSL color Cylindrical-coordinate representation of color #D9718A: hue angle of 345.58º degrees, saturation: 0.58, 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 #D9718A is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB217113138-
CMYK00.480.360.15
HSL345.58º57.78%64.71%-
HSV(B)345.58º47.93%85.1%-
XYZ39.1128.427.46-
YUV146.95122.96177.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.37%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 138 (54.30% from 255) = 29.49%
R=46.37%
G=24.15%
B=29.49%

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
Decimal21711313800.480.360.15345.5857.7864.71
HexD9718A03024F15a3a41
Octal331161212060441753272101
Binary11011001111000110001010011000010010011111010110101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9718A; }

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

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

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

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

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

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

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

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