#DD656A

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

Shades of Froly #DD656A

Tints of Froly #DD656A

Color information

#DD656A (or 0xDD656A) is unknown color: approx Froly. HEX triplet: DD, 65 and 6A. RGB value is (221,101,106). Sum of RGB (Red+Green+Blue) = 221+101+106=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD656A is #229A95. Grayscale: #898989. Windows color (decimal): -2267798 or 6972893. OLE color: 6972893.

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

Color convert

RGB221101106-
CMYK00.540.520.13
HSL357.5º63.83%63.14%-
HSV(B)357.5º54.3%86.67%-
XYZ37.0725.7216.65-
YUV137.45110.26187.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.64%
GREEN value IS 101 (39.84% from 255) = 23.60%
BLUE value IS 106 (41.80% from 255) = 24.77%
R=51.64%
G=23.60%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110110600.540.520.13357.563.8363.14
HexDD656A03634D166403f
Octal335145152066641554610077
Binary1101110111001011101010011011011010011011011001101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD656A; }

 p { color: rgb(221,101,106); }

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

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

 a { background-color: rgb(221,101,106); }

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

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

 span { border-color: rgb(221,101,106); }

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