#DD697D

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

Shades of Froly #DD697D

Tints of Froly #DD697D

Color information

#DD697D (or 0xDD697D) is unknown color: approx Froly. HEX triplet: DD, 69 and 7D. RGB value is (221,105,125). Sum of RGB (Red+Green+Blue) = 221+105+125=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD697D is #229682. Grayscale: #8E8E8E. Windows color (decimal): -2266755 or 8219101. OLE color: 8219101.

HSL color Cylindrical-coordinate representation of color #DD697D: hue angle of 349.66º 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 #DD697D is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221105125-
CMYK00.520.430.13
HSL349.66º63.04%63.92%-
HSV(B)349.66º52.49%86.67%-
XYZ38.5726.9622.57-
YUV141.96118.43184.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.00%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 125 (49.22% from 255) = 27.72%
R=49.00%
G=23.28%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110512500.520.430.13349.6663.0463.92
HexDD697D0342BD15e3f40
Octal335151175064531553677100
Binary1101110111010011111101011010010101111011010111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD697D; }

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

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

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

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

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

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

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

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