#D17994

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

Shades of Charm #D17994

Tints of Charm #D17994

Color information

#D17994 (or 0xD17994) is unknown color: approx Charm. HEX triplet: D1, 79 and 94. RGB value is (209,121,148). Sum of RGB (Red+Green+Blue) = 209+121+148=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D17994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17994 is #2E866B. Grayscale: #969696. Windows color (decimal): -3049068 or 9730513. OLE color: 9730513.

HSL color Cylindrical-coordinate representation of color #D17994: hue angle of 341.59º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17994 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB209121148-
CMYK00.420.290.18
HSL341.59º48.89%64.71%-
HSV(B)341.59º42.11%81.96%-
XYZ38.4829.3731.66-
YUV150.39126.65169.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.72%
GREEN value IS 121 (47.66% from 255) = 25.31%
BLUE value IS 148 (58.20% from 255) = 30.96%
R=43.72%
G=25.31%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912114800.420.290.18341.5948.8964.71
HexD1799402A1D121563141
Octal321171224052352252661101
Binary11010001111100110010100010101011101100101010101101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17994; }

 p { color: rgb(209,121,148); }

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

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

 a { background-color: rgb(209,121,148); }

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

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

 span { border-color: rgb(209,121,148); }

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