#DD697B

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

Shades of Froly #DD697B

Tints of Froly #DD697B

Color information

#DD697B (or 0xDD697B) is unknown color: approx Froly. HEX triplet: DD, 69 and 7B. RGB value is (221,105,123). Sum of RGB (Red+Green+Blue) = 221+105+123=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD697B is #229684. Grayscale: #8D8D8D. Windows color (decimal): -2266757 or 8088029. OLE color: 8088029.

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

Color convert

RGB221105123-
CMYK00.520.440.13
HSL350.69º63.04%63.92%-
HSV(B)350.69º52.49%86.67%-
XYZ38.4526.9121.91-
YUV141.74117.43184.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.22%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 123 (48.44% from 255) = 27.39%
R=49.22%
G=23.39%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110512300.520.440.13350.6963.0463.92
HexDD697B0342CD15f3f40
Octal335151173064541553777100
Binary1101110111010011111011011010010110011011010111111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD697B; }

 p { color: rgb(221,105,123); }

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

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

 a { background-color: rgb(221,105,123); }

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

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

 span { border-color: rgb(221,105,123); }

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