#DD687D

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

Shades of Froly #DD687D

Tints of Froly #DD687D

Color information

#DD687D (or 0xDD687D) is unknown color: approx Froly. HEX triplet: DD, 68 and 7D. RGB value is (221,104,125). Sum of RGB (Red+Green+Blue) = 221+104+125=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD687D is #229782. Grayscale: #8D8D8D. Windows color (decimal): -2267011 or 8218845. OLE color: 8218845.

HSL color Cylindrical-coordinate representation of color #DD687D: hue angle of 349.23º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD687D is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221104125-
CMYK00.530.430.13
HSL349.23º63.24%63.73%-
HSV(B)349.23º52.94%86.67%-
XYZ38.4726.7522.54-
YUV141.38118.76184.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.11%
GREEN value IS 104 (41.02% from 255) = 23.11%
BLUE value IS 125 (49.22% from 255) = 27.78%
R=49.11%
G=23.11%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110412500.530.430.13349.2363.2463.73
HexDD687D0352BD15d3f40
Octal335150175065531553577100
Binary1101110111010001111101011010110101111011010111011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD687D; }

 p { color: rgb(221,104,125); }

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

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

 a { background-color: rgb(221,104,125); }

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

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

 span { border-color: rgb(221,104,125); }

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