#DD6B76

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

Shades of Froly #DD6B76

Tints of Froly #DD6B76

Color information

#DD6B76 (or 0xDD6B76) is unknown color: approx Froly. HEX triplet: DD, 6B and 76. RGB value is (221,107,118). Sum of RGB (Red+Green+Blue) = 221+107+118=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B76 is #229489. Grayscale: #8E8E8E. Windows color (decimal): -2266250 or 7760861. OLE color: 7760861.

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

Color convert

RGB221107118-
CMYK00.520.470.13
HSL354.21º62.64%64.31%-
HSV(B)354.21º51.58%86.67%-
XYZ38.3527.220.37-
YUV142.34114.27184.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.55%
GREEN value IS 107 (42.19% from 255) = 23.99%
BLUE value IS 118 (46.48% from 255) = 26.46%
R=49.55%
G=23.99%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110711800.520.470.13354.2162.6464.31
HexDD6B760342FD1623f40
Octal335153166064571554277100
Binary1101110111010111110110011010010111111011011000101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6B76; }

 p { color: rgb(221,107,118); }

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

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

 a { background-color: rgb(221,107,118); }

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

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

 span { border-color: rgb(221,107,118); }

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