#D9697D

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

Shades of Froly #D9697D

Tints of Froly #D9697D

Color information

#D9697D (or 0xD9697D) is unknown color: approx Froly. HEX triplet: D9, 69 and 7D. RGB value is (217,105,125). Sum of RGB (Red+Green+Blue) = 217+105+125=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D9697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9697D is #269682. Grayscale: #8C8C8C. Windows color (decimal): -2528899 or 8219097. OLE color: 8219097.

HSL color Cylindrical-coordinate representation of color #D9697D: hue angle of 349.29º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9697D is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB217105125-
CMYK00.520.420.15
HSL349.29º59.57%63.14%-
HSV(B)349.29º51.61%85.1%-
XYZ37.3726.3422.52-
YUV140.77119.11182.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.55%
GREEN value IS 105 (41.41% from 255) = 23.49%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=48.55%
G=23.49%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710512500.520.420.15349.2959.5763.14
HexD9697D0342AF15d3c3f
Octal33115117506452175357477
Binary110110011101001111110101101001010101111101011101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9697D; }

 p { color: rgb(217,105,125); }

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

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

 a { background-color: rgb(217,105,125); }

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

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

 span { border-color: rgb(217,105,125); }

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