#DD787D

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

Shades of Froly #DD787D

Tints of Froly #DD787D

Color information

#DD787D (or 0xDD787D) is unknown color: approx Froly. HEX triplet: DD, 78 and 7D. RGB value is (221,120,125). Sum of RGB (Red+Green+Blue) = 221+120+125=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD787D is #228782. Grayscale: #969696. Windows color (decimal): -2262915 or 8222941. OLE color: 8222941.

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

Color convert

RGB221120125-
CMYK00.460.430.13
HSL357.03º59.76%66.86%-
HSV(B)357.03º45.7%86.67%-
XYZ40.2430.2923.13-
YUV150.77113.46178.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 120 (47.27% from 255) = 25.75%
BLUE value IS 125 (49.22% from 255) = 26.82%
R=47.42%
G=25.75%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112012500.460.430.13357.0359.7666.86
HexDD787D02E2BD1653c43
Octal335170175056531554574103
Binary1101110111110001111101010111010101111011011001011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD787D; }

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

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

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

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

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

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

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

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