#DD6166

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

Shades of Froly #DD6166

Tints of Froly #DD6166

Color information

#DD6166 (or 0xDD6166) is unknown color: approx Froly. HEX triplet: DD, 61 and 66. RGB value is (221,97,102). Sum of RGB (Red+Green+Blue) = 221+97+102=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6166 is #229E99. Grayscale: #868686. Windows color (decimal): -2268826 or 6709725. OLE color: 6709725.

HSL color Cylindrical-coordinate representation of color #DD6166: hue angle of 357.58º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6166 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB22197102-
CMYK00.560.540.13
HSL357.58º64.58%62.35%-
HSV(B)357.58º56.11%86.67%-
XYZ36.4924.8815.45-
YUV134.65109.58189.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.62%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 102 (40.23% from 255) = 24.29%
R=52.62%
G=23.10%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219710200.560.540.13357.5864.5862.35
HexDD616603836D166413e
Octal335141146070661554610176
Binary1101110111000011100110011100011011011011011001101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6166; }

 p { color: rgb(221,97,102); }

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

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

 a { background-color: rgb(221,97,102); }

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

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

 span { border-color: rgb(221,97,102); }

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